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