pub enum m {}
Trait Implementations§
Source§impl Ord for m
impl Ord for m
Source§impl PartialOrd for m
impl PartialOrd for m
impl Copy for m
impl Eq for m
impl StructuralPartialEq for m
Auto Trait Implementations§
impl Freeze for m
impl RefUnwindSafe for m
impl Send for m
impl Sync for m
impl Unpin for m
impl UnwindSafe for m
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