pub struct HeartBeatCommand {}Trait Implementations§
source§impl Debug for HeartBeatCommand
 
impl Debug for HeartBeatCommand
source§impl Decoder for HeartBeatCommand
 
impl Decoder for HeartBeatCommand
source§impl Default for HeartBeatCommand
 
impl Default for HeartBeatCommand
source§fn default() -> HeartBeatCommand
 
fn default() -> HeartBeatCommand
Returns the “default value” for a type. Read more
source§impl Encoder for HeartBeatCommand
 
impl Encoder for HeartBeatCommand
source§impl From<HeartBeatCommand> for RequestKind
 
impl From<HeartBeatCommand> for RequestKind
source§fn from(cmd: HeartBeatCommand) -> Self
 
fn from(cmd: HeartBeatCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq<HeartBeatCommand> for HeartBeatCommand
 
impl PartialEq<HeartBeatCommand> for HeartBeatCommand
source§fn eq(&self, other: &HeartBeatCommand) -> bool
 
fn eq(&self, other: &HeartBeatCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for HeartBeatCommand
impl StructuralEq 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§
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