pub struct AppointmentMinutes(/* private fields */);Expand description
Positive grooming quantity used where a zero-minute appointment or zero-length operational value would create impossible schedule math.
Implementations§
Trait Implementations§
Source§impl Clone for AppointmentMinutes
impl Clone for AppointmentMinutes
Source§fn clone(&self) -> AppointmentMinutes
fn clone(&self) -> AppointmentMinutes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppointmentMinutes
impl Debug for AppointmentMinutes
Source§impl<'de> Deserialize<'de> for AppointmentMinutes
impl<'de> Deserialize<'de> for AppointmentMinutes
Source§fn 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
Source§impl Hash for AppointmentMinutes
impl Hash for AppointmentMinutes
Source§impl Ord for AppointmentMinutes
impl Ord for AppointmentMinutes
Source§fn cmp(&self, other: &AppointmentMinutes) -> Ordering
fn cmp(&self, other: &AppointmentMinutes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AppointmentMinutes
impl PartialEq for AppointmentMinutes
Source§impl PartialOrd for AppointmentMinutes
impl PartialOrd for AppointmentMinutes
Source§impl Serialize for AppointmentMinutes
impl Serialize for AppointmentMinutes
impl Copy for AppointmentMinutes
impl Eq for AppointmentMinutes
impl StructuralPartialEq for AppointmentMinutes
Auto Trait Implementations§
impl Freeze for AppointmentMinutes
impl RefUnwindSafe for AppointmentMinutes
impl Send for AppointmentMinutes
impl Sync for AppointmentMinutes
impl Unpin for AppointmentMinutes
impl UnsafeUnpin for AppointmentMinutes
impl UnwindSafe for AppointmentMinutes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more