pub struct MlBatchSize(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MlBatchSize
impl Clone for MlBatchSize
Source§fn clone(&self) -> MlBatchSize
fn clone(&self) -> MlBatchSize
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 MlBatchSize
impl Debug for MlBatchSize
Source§impl Hash for MlBatchSize
impl Hash for MlBatchSize
Source§impl Ord for MlBatchSize
impl Ord for MlBatchSize
Source§fn cmp(&self, other: &MlBatchSize) -> Ordering
fn cmp(&self, other: &MlBatchSize) -> 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 MlBatchSize
impl PartialEq for MlBatchSize
Source§impl PartialOrd for MlBatchSize
impl PartialOrd for MlBatchSize
impl Copy for MlBatchSize
impl Eq for MlBatchSize
impl StructuralPartialEq for MlBatchSize
Auto Trait Implementations§
impl Freeze for MlBatchSize
impl RefUnwindSafe for MlBatchSize
impl Send for MlBatchSize
impl Sync for MlBatchSize
impl Unpin for MlBatchSize
impl UnsafeUnpin for MlBatchSize
impl UnwindSafe for MlBatchSize
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