pub struct SessionCount(/* private fields */);Expand description
Positive training quantity used for package/session counts where zero would invalidate labor and revenue tracking.
Implementations§
Trait Implementations§
Source§impl Clone for SessionCount
impl Clone for SessionCount
Source§fn clone(&self) -> SessionCount
fn clone(&self) -> SessionCount
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 SessionCount
impl Debug for SessionCount
Source§impl<'de> Deserialize<'de> for SessionCount
impl<'de> Deserialize<'de> for SessionCount
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 SessionCount
impl Hash for SessionCount
Source§impl Ord for SessionCount
impl Ord for SessionCount
Source§fn cmp(&self, other: &SessionCount) -> Ordering
fn cmp(&self, other: &SessionCount) -> 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 SessionCount
impl PartialEq for SessionCount
Source§impl PartialOrd for SessionCount
impl PartialOrd for SessionCount
Source§impl Serialize for SessionCount
impl Serialize for SessionCount
impl Copy for SessionCount
impl Eq for SessionCount
impl StructuralPartialEq for SessionCount
Auto Trait Implementations§
impl Freeze for SessionCount
impl RefUnwindSafe for SessionCount
impl Send for SessionCount
impl Sync for SessionCount
impl Unpin for SessionCount
impl UnsafeUnpin for SessionCount
impl UnwindSafe for SessionCount
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