pub struct UnSubscribeCommand { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for UnSubscribeCommand
impl Debug for UnSubscribeCommand
sourceimpl Decoder for UnSubscribeCommand
impl Decoder for UnSubscribeCommand
sourceimpl Encoder for UnSubscribeCommand
impl Encoder for UnSubscribeCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<UnSubscribeCommand> for RequestKind
impl From<UnSubscribeCommand> for RequestKind
sourcefn from(cmd: UnSubscribeCommand) -> Self
fn from(cmd: UnSubscribeCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<UnSubscribeCommand> for UnSubscribeCommand
impl PartialEq<UnSubscribeCommand> for UnSubscribeCommand
sourcefn eq(&self, other: &UnSubscribeCommand) -> bool
fn eq(&self, other: &UnSubscribeCommand) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UnSubscribeCommand) -> bool
fn ne(&self, other: &UnSubscribeCommand) -> bool
This method tests for !=
.
impl StructuralPartialEq for UnSubscribeCommand
Auto Trait Implementations
impl RefUnwindSafe for UnSubscribeCommand
impl Send for UnSubscribeCommand
impl Sync for UnSubscribeCommand
impl Unpin for UnSubscribeCommand
impl UnwindSafe for UnSubscribeCommand
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