Expand description
AppointmentTimeInput : The input appointment time details.
Fields
start_time: StringThe date, time in UTC for the start time of an appointment in ISO 8601 format.
duration_in_minutes: Option<i32>The duration of an appointment in minutes.
Implementations
sourceimpl AppointmentTimeInput
impl AppointmentTimeInput
sourcepub fn new(start_time: String) -> AppointmentTimeInput
pub fn new(start_time: String) -> AppointmentTimeInput
The input appointment time details.
Trait Implementations
sourceimpl Clone for AppointmentTimeInput
impl Clone for AppointmentTimeInput
sourcefn clone(&self) -> AppointmentTimeInput
fn clone(&self) -> AppointmentTimeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AppointmentTimeInput
impl Debug for AppointmentTimeInput
sourceimpl Default for AppointmentTimeInput
impl Default for AppointmentTimeInput
sourcefn default() -> AppointmentTimeInput
fn default() -> AppointmentTimeInput
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AppointmentTimeInput
impl<'de> Deserialize<'de> for AppointmentTimeInput
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<AppointmentTimeInput> for AppointmentTimeInput
impl PartialEq<AppointmentTimeInput> for AppointmentTimeInput
sourcefn eq(&self, other: &AppointmentTimeInput) -> bool
fn eq(&self, other: &AppointmentTimeInput) -> bool
sourceimpl Serialize for AppointmentTimeInput
impl Serialize for AppointmentTimeInput
impl StructuralPartialEq for AppointmentTimeInput
Auto Trait Implementations
impl RefUnwindSafe for AppointmentTimeInput
impl Send for AppointmentTimeInput
impl Sync for AppointmentTimeInput
impl Unpin for AppointmentTimeInput
impl UnwindSafe for AppointmentTimeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more