pub struct MDImplicitDelete;Expand description
MDImplicitDelete (547).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDImplicitDelete
impl RefUnwindSafe for MDImplicitDelete
impl Send for MDImplicitDelete
impl Sync for MDImplicitDelete
impl Unpin for MDImplicitDelete
impl UnsafeUnpin for MDImplicitDelete
impl UnwindSafe for MDImplicitDelete
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