pub struct MlModelId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for MlModelId
impl Ord for MlModelId
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 PartialOrd for MlModelId
impl PartialOrd for MlModelId
impl Eq for MlModelId
impl StructuralPartialEq for MlModelId
Auto Trait Implementations§
impl Freeze for MlModelId
impl RefUnwindSafe for MlModelId
impl Send for MlModelId
impl Sync for MlModelId
impl Unpin for MlModelId
impl UnsafeUnpin for MlModelId
impl UnwindSafe for MlModelId
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