pub struct HeartbeatEvent;Expand description
Periodic keep-alive. Applications may safely ignore this variant.
Trait Implementations§
Source§impl Clone for HeartbeatEvent
impl Clone for HeartbeatEvent
Source§fn clone(&self) -> HeartbeatEvent
fn clone(&self) -> HeartbeatEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeartbeatEvent
impl Debug for HeartbeatEvent
Source§impl Default for HeartbeatEvent
impl Default for HeartbeatEvent
Source§fn default() -> HeartbeatEvent
fn default() -> HeartbeatEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeartbeatEvent
impl RefUnwindSafe for HeartbeatEvent
impl Send for HeartbeatEvent
impl Sync for HeartbeatEvent
impl Unpin for HeartbeatEvent
impl UnsafeUnpin for HeartbeatEvent
impl UnwindSafe for HeartbeatEvent
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