pub struct OnHandUnits(/* private fields */);Expand description
Units physically on hand at a location before reservations or holds are subtracted.
Implementations§
Trait Implementations§
Source§impl Clone for OnHandUnits
impl Clone for OnHandUnits
Source§fn clone(&self) -> OnHandUnits
fn clone(&self) -> OnHandUnits
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 OnHandUnits
impl Debug for OnHandUnits
Source§impl<'de> Deserialize<'de> for OnHandUnits
impl<'de> Deserialize<'de> for OnHandUnits
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 OnHandUnits
impl Hash for OnHandUnits
Source§impl Ord for OnHandUnits
impl Ord for OnHandUnits
Source§fn cmp(&self, other: &OnHandUnits) -> Ordering
fn cmp(&self, other: &OnHandUnits) -> 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 OnHandUnits
impl PartialEq for OnHandUnits
Source§impl PartialOrd for OnHandUnits
impl PartialOrd for OnHandUnits
Source§impl Serialize for OnHandUnits
impl Serialize for OnHandUnits
impl Copy for OnHandUnits
impl Eq for OnHandUnits
impl StructuralPartialEq for OnHandUnits
Auto Trait Implementations§
impl Freeze for OnHandUnits
impl RefUnwindSafe for OnHandUnits
impl Send for OnHandUnits
impl Sync for OnHandUnits
impl Unpin for OnHandUnits
impl UnsafeUnpin for OnHandUnits
impl UnwindSafe for OnHandUnits
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