Struct amazon_sp_services::models::appointment_time::AppointmentTime
source · [−]Expand description
AppointmentTime : The time of the appointment window.
Fields
start_time: StringThe date and time of the start of the appointment window in ISO 8601 format.
duration_in_minutes: i32The duration of the appointment window, in minutes.
Implementations
sourceimpl AppointmentTime
impl AppointmentTime
sourcepub fn new(start_time: String, duration_in_minutes: i32) -> AppointmentTime
pub fn new(start_time: String, duration_in_minutes: i32) -> AppointmentTime
The time of the appointment window.
Trait Implementations
sourceimpl Clone for AppointmentTime
impl Clone for AppointmentTime
sourcefn clone(&self) -> AppointmentTime
fn clone(&self) -> AppointmentTime
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 AppointmentTime
impl Debug for AppointmentTime
sourceimpl Default for AppointmentTime
impl Default for AppointmentTime
sourcefn default() -> AppointmentTime
fn default() -> AppointmentTime
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AppointmentTime
impl<'de> Deserialize<'de> for AppointmentTime
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<AppointmentTime> for AppointmentTime
impl PartialEq<AppointmentTime> for AppointmentTime
sourcefn eq(&self, other: &AppointmentTime) -> bool
fn eq(&self, other: &AppointmentTime) -> bool
sourceimpl Serialize for AppointmentTime
impl Serialize for AppointmentTime
impl StructuralPartialEq for AppointmentTime
Auto Trait Implementations
impl RefUnwindSafe for AppointmentTime
impl Send for AppointmentTime
impl Sync for AppointmentTime
impl Unpin for AppointmentTime
impl UnwindSafe for AppointmentTime
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