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