pub struct LateCancelCount(/* private fields */);Expand description
Late-cancel count considered with no-shows during grooming rebooking review.
Implementations§
Source§impl LateCancelCount
impl LateCancelCount
Sourcepub const fn try_new(value: u16) -> Result<Self, Infallible>
pub const fn try_new(value: u16) -> Result<Self, Infallible>
Rejects zero or unsupported grooming values before they affect groomer calendars, duration estimates, deposits, reminders, or rebooking prompts.
Trait Implementations§
Source§impl Clone for LateCancelCount
impl Clone for LateCancelCount
Source§fn clone(&self) -> LateCancelCount
fn clone(&self) -> LateCancelCount
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 LateCancelCount
impl Debug for LateCancelCount
Source§impl<'de> Deserialize<'de> for LateCancelCount
impl<'de> Deserialize<'de> for LateCancelCount
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 LateCancelCount
impl Hash for LateCancelCount
Source§impl Ord for LateCancelCount
impl Ord for LateCancelCount
Source§fn cmp(&self, other: &LateCancelCount) -> Ordering
fn cmp(&self, other: &LateCancelCount) -> 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 LateCancelCount
impl PartialEq for LateCancelCount
Source§impl PartialOrd for LateCancelCount
impl PartialOrd for LateCancelCount
Source§impl Serialize for LateCancelCount
impl Serialize for LateCancelCount
impl Copy for LateCancelCount
impl Eq for LateCancelCount
impl StructuralPartialEq for LateCancelCount
Auto Trait Implementations§
impl Freeze for LateCancelCount
impl RefUnwindSafe for LateCancelCount
impl Send for LateCancelCount
impl Sync for LateCancelCount
impl Unpin for LateCancelCount
impl UnsafeUnpin for LateCancelCount
impl UnwindSafe for LateCancelCount
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