Struct MlEpochCount
pub struct MlEpochCount(/* private fields */);Implementations§
§impl MlEpochCount
impl MlEpochCount
pub fn new(value: usize) -> Result<MlEpochCount, MlTrainingError>
pub const fn get(self) -> usize
Trait Implementations§
§impl Clone for MlEpochCount
impl Clone for MlEpochCount
§fn clone(&self) -> MlEpochCount
fn clone(&self) -> MlEpochCount
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 more§impl Debug for MlEpochCount
impl Debug for MlEpochCount
§impl Hash for MlEpochCount
impl Hash for MlEpochCount
§impl Ord for MlEpochCount
impl Ord for MlEpochCount
§impl PartialEq for MlEpochCount
impl PartialEq for MlEpochCount
§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