pub struct HeartbeatResponse {}
Trait Implementations
sourceimpl Debug for HeartbeatResponse
impl Debug for HeartbeatResponse
sourceimpl Decoder for HeartbeatResponse
impl Decoder for HeartbeatResponse
sourceimpl Encoder for HeartbeatResponse
impl Encoder for HeartbeatResponse
fn encoded_size(&self) -> u32
fn encode(&self, _writer: &mut impl Write) -> Result<(), EncodeError>
impl StructuralPartialEq for HeartbeatResponse
Auto Trait Implementations
impl RefUnwindSafe for HeartbeatResponse
impl Send for HeartbeatResponse
impl Sync for HeartbeatResponse
impl Unpin for HeartbeatResponse
impl UnwindSafe for HeartbeatResponse
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