pub struct MlEpochCount(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MlEpochCount
impl Clone for MlEpochCount
Source§fn clone(&self) -> MlEpochCount
fn clone(&self) -> MlEpochCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MlEpochCount
impl Debug for MlEpochCount
Source§impl Hash for MlEpochCount
impl Hash for MlEpochCount
Source§impl Ord for MlEpochCount
impl Ord for MlEpochCount
Source§fn cmp(&self, other: &MlEpochCount) -> Ordering
fn cmp(&self, other: &MlEpochCount) -> Ordering
1.21.0 (const: unstable) · 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 MlEpochCount
impl PartialEq for MlEpochCount
Source§fn eq(&self, other: &MlEpochCount) -> bool
fn eq(&self, other: &MlEpochCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlEpochCount
impl PartialOrd for MlEpochCount
impl Copy for MlEpochCount
impl Eq for MlEpochCount
impl StructuralPartialEq for MlEpochCount
Auto Trait Implementations§
impl Freeze for MlEpochCount
impl RefUnwindSafe for MlEpochCount
impl Send for MlEpochCount
impl Sync for MlEpochCount
impl Unpin for MlEpochCount
impl UnsafeUnpin for MlEpochCount
impl UnwindSafe for MlEpochCount
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