pub struct UnSubscribeCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for UnSubscribeCommand
impl Command for UnSubscribeCommand
Source§impl Debug for UnSubscribeCommand
impl Debug for UnSubscribeCommand
Source§impl Decoder for UnSubscribeCommand
impl Decoder for UnSubscribeCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for UnSubscribeCommand
impl Encoder for UnSubscribeCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl From<UnSubscribeCommand> for RequestKind
impl From<UnSubscribeCommand> for RequestKind
Source§fn from(cmd: UnSubscribeCommand) -> Self
fn from(cmd: UnSubscribeCommand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UnSubscribeCommand
impl PartialEq for UnSubscribeCommand
impl Eq for UnSubscribeCommand
impl StructuralPartialEq for UnSubscribeCommand
Auto Trait Implementations§
impl Freeze for UnSubscribeCommand
impl RefUnwindSafe for UnSubscribeCommand
impl Send for UnSubscribeCommand
impl Sync for UnSubscribeCommand
impl Unpin for UnSubscribeCommand
impl UnwindSafe for UnSubscribeCommand
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