pub struct Delete { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Encoder for Delete
impl Encoder for Delete
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl From<Delete> for RequestKind
impl From<Delete> for RequestKind
impl StructuralPartialEq for Delete
Auto Trait Implementations
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more