pub struct Del;
Trait Implementations§
impl Copy for Del
impl Eq for Del
impl StructuralEq for Del
impl StructuralPartialEq for Del
Auto Trait Implementations§
impl RefUnwindSafe for Del
impl Send for Del
impl Sync for Del
impl Unpin for Del
impl UnwindSafe for Del
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