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