pub struct DemandUnits(/* private fields */);Expand description
Nonzero count of work units for a service line on an operating day.
Implementations§
Trait Implementations§
Source§impl Clone for DemandUnits
impl Clone for DemandUnits
Source§fn clone(&self) -> DemandUnits
fn clone(&self) -> DemandUnits
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 DemandUnits
impl Debug for DemandUnits
Source§impl<'de> Deserialize<'de> for DemandUnits
impl<'de> Deserialize<'de> for DemandUnits
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 DemandUnits
impl Hash for DemandUnits
Source§impl Ord for DemandUnits
impl Ord for DemandUnits
Source§fn cmp(&self, other: &DemandUnits) -> Ordering
fn cmp(&self, other: &DemandUnits) -> 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 DemandUnits
impl PartialEq for DemandUnits
Source§impl PartialOrd for DemandUnits
impl PartialOrd for DemandUnits
Source§impl Serialize for DemandUnits
impl Serialize for DemandUnits
impl Copy for DemandUnits
impl Eq for DemandUnits
impl StructuralPartialEq for DemandUnits
Auto Trait Implementations§
impl Freeze for DemandUnits
impl RefUnwindSafe for DemandUnits
impl Send for DemandUnits
impl Sync for DemandUnits
impl Unpin for DemandUnits
impl UnsafeUnpin for DemandUnits
impl UnwindSafe for DemandUnits
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