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