pub struct OpDeleter {}Expand description
Args for delete operation.
The path must be normalized.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpDeleter
impl RefUnwindSafe for OpDeleter
impl Send for OpDeleter
impl Sync for OpDeleter
impl Unpin for OpDeleter
impl UnwindSafe for OpDeleter
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