pub struct RpDelete {}Expand description
Reply for delete operation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpDelete
impl RefUnwindSafe for RpDelete
impl Send for RpDelete
impl Sync for RpDelete
impl Unpin for RpDelete
impl UnwindSafe for RpDelete
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