pub struct RemoveCommand { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveCommand
impl RefUnwindSafe for RemoveCommand
impl Send for RemoveCommand
impl Sync for RemoveCommand
impl Unpin for RemoveCommand
impl UnsafeUnpin for RemoveCommand
impl UnwindSafe for RemoveCommand
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