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