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