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