pub enum MlCheckpointKind {
Best,
Latest,
Epoch,
Step,
Manual,
Final,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlCheckpointKind
impl Clone for MlCheckpointKind
Source§fn clone(&self) -> MlCheckpointKind
fn clone(&self) -> MlCheckpointKind
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 MlCheckpointKind
impl Debug for MlCheckpointKind
Source§impl Display for MlCheckpointKind
impl Display for MlCheckpointKind
Source§impl FromStr for MlCheckpointKind
impl FromStr for MlCheckpointKind
Source§impl Hash for MlCheckpointKind
impl Hash for MlCheckpointKind
Source§impl Ord for MlCheckpointKind
impl Ord for MlCheckpointKind
Source§fn cmp(&self, other: &MlCheckpointKind) -> Ordering
fn cmp(&self, other: &MlCheckpointKind) -> 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 MlCheckpointKind
impl PartialEq for MlCheckpointKind
Source§fn eq(&self, other: &MlCheckpointKind) -> bool
fn eq(&self, other: &MlCheckpointKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlCheckpointKind
impl PartialOrd for MlCheckpointKind
impl Copy for MlCheckpointKind
impl Eq for MlCheckpointKind
impl StructuralPartialEq for MlCheckpointKind
Auto Trait Implementations§
impl Freeze for MlCheckpointKind
impl RefUnwindSafe for MlCheckpointKind
impl Send for MlCheckpointKind
impl Sync for MlCheckpointKind
impl Unpin for MlCheckpointKind
impl UnsafeUnpin for MlCheckpointKind
impl UnwindSafe for MlCheckpointKind
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