pub struct HeartBeatCommand {}
Implementations
Trait Implementations
sourceimpl Debug for HeartBeatCommand
impl Debug for HeartBeatCommand
sourceimpl Decoder for HeartBeatCommand
impl Decoder for HeartBeatCommand
sourceimpl Encoder for HeartBeatCommand
impl Encoder for HeartBeatCommand
fn encoded_size(&self) -> u32
fn encode(&self, _writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<HeartBeatCommand> for RequestKind
impl From<HeartBeatCommand> for RequestKind
sourcefn from(cmd: HeartBeatCommand) -> Self
fn from(cmd: HeartBeatCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<HeartBeatCommand> for HeartBeatCommand
impl PartialEq<HeartBeatCommand> for HeartBeatCommand
impl StructuralPartialEq for HeartBeatCommand
Auto Trait Implementations
impl RefUnwindSafe for HeartBeatCommand
impl Send for HeartBeatCommand
impl Sync for HeartBeatCommand
impl Unpin for HeartBeatCommand
impl UnwindSafe for HeartBeatCommand
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