pub struct HeartbeatResponse {}
Trait Implementations§
source§impl Debug for HeartbeatResponse
impl Debug for HeartbeatResponse
source§impl Decoder for HeartbeatResponse
impl Decoder for HeartbeatResponse
source§impl Encoder for HeartbeatResponse
impl Encoder for HeartbeatResponse
source§impl PartialEq for HeartbeatResponse
impl PartialEq for HeartbeatResponse
source§fn eq(&self, other: &HeartbeatResponse) -> bool
fn eq(&self, other: &HeartbeatResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for HeartbeatResponse
impl StructuralEq for HeartbeatResponse
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§
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