pub struct DeleteRecipient { /* private fields */ }
Expand description
Does not change To in Header
Implementations§
Trait Implementations§
Source§impl Clone for DeleteRecipient
impl Clone for DeleteRecipient
Source§fn clone(&self) -> DeleteRecipient
fn clone(&self) -> DeleteRecipient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteRecipient
impl Debug for DeleteRecipient
Source§impl From<DeleteRecipient> for ModificationAction
impl From<DeleteRecipient> for ModificationAction
Source§fn from(v: DeleteRecipient) -> ModificationAction
fn from(v: DeleteRecipient) -> ModificationAction
Converts to this type from the input type.
Source§impl From<DeleteRecipient> for ServerCommand
impl From<DeleteRecipient> for ServerCommand
Source§fn from(value: DeleteRecipient) -> Self
fn from(value: DeleteRecipient) -> Self
Converts to this type from the input type.
Source§impl TryInto<DeleteRecipient> for ModificationAction
impl TryInto<DeleteRecipient> for ModificationAction
Source§impl Writable for DeleteRecipient
impl Writable for DeleteRecipient
Source§fn len(&self) -> usize
fn len(&self) -> usize
Byte-length that would be written if
Self::write
is calledSource§fn is_empty(&self) -> bool
fn is_empty(&self) -> bool
Whether a call to
Self::write
would write somethingAuto Trait Implementations§
impl Freeze for DeleteRecipient
impl RefUnwindSafe for DeleteRecipient
impl Send for DeleteRecipient
impl Sync for DeleteRecipient
impl Unpin for DeleteRecipient
impl UnwindSafe for DeleteRecipient
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