pub struct PetCount(/* private fields */);Expand description
Positive scalar used by daycare policy where zero would hide real staffing, pet-count, queue, or package volume.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PetCount
impl<'de> Deserialize<'de> for PetCount
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 Ord for PetCount
impl Ord for PetCount
Source§impl PartialOrd for PetCount
impl PartialOrd for PetCount
impl Copy for PetCount
impl Eq for PetCount
impl StructuralPartialEq for PetCount
Auto Trait Implementations§
impl Freeze for PetCount
impl RefUnwindSafe for PetCount
impl Send for PetCount
impl Sync for PetCount
impl Unpin for PetCount
impl UnsafeUnpin for PetCount
impl UnwindSafe for PetCount
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