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