pub struct ScheduledStaffCount(/* private fields */);Expand description
Count of scheduled staff used to reason about over/understaffing labor risk.
Implementations§
Trait Implementations§
Source§impl Clone for ScheduledStaffCount
impl Clone for ScheduledStaffCount
Source§fn clone(&self) -> ScheduledStaffCount
fn clone(&self) -> ScheduledStaffCount
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 ScheduledStaffCount
impl Debug for ScheduledStaffCount
Source§impl<'de> Deserialize<'de> for ScheduledStaffCount
impl<'de> Deserialize<'de> for ScheduledStaffCount
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 ScheduledStaffCount
impl Hash for ScheduledStaffCount
Source§impl Ord for ScheduledStaffCount
impl Ord for ScheduledStaffCount
Source§fn cmp(&self, other: &ScheduledStaffCount) -> Ordering
fn cmp(&self, other: &ScheduledStaffCount) -> 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 ScheduledStaffCount
impl PartialEq for ScheduledStaffCount
Source§impl PartialOrd for ScheduledStaffCount
impl PartialOrd for ScheduledStaffCount
Source§impl Serialize for ScheduledStaffCount
impl Serialize for ScheduledStaffCount
impl Copy for ScheduledStaffCount
impl Eq for ScheduledStaffCount
impl StructuralPartialEq for ScheduledStaffCount
Auto Trait Implementations§
impl Freeze for ScheduledStaffCount
impl RefUnwindSafe for ScheduledStaffCount
impl Send for ScheduledStaffCount
impl Sync for ScheduledStaffCount
impl Unpin for ScheduledStaffCount
impl UnsafeUnpin for ScheduledStaffCount
impl UnwindSafe for ScheduledStaffCount
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