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