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