pub struct M4;
Implementations§
Auto Trait Implementations§
impl Freeze for M4
impl RefUnwindSafe for M4
impl Send for M4
impl Sync for M4
impl Unpin for M4
impl UnwindSafe for M4
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