pub enum HeartbeatMode {
Sender,
Receiver,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for HeartbeatMode
impl Clone for HeartbeatMode
Source§fn clone(&self) -> HeartbeatMode
fn clone(&self) -> HeartbeatMode
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 HeartbeatMode
impl Debug for HeartbeatMode
Source§impl PartialEq for HeartbeatMode
impl PartialEq for HeartbeatMode
impl StructuralPartialEq for HeartbeatMode
Auto Trait Implementations§
impl Freeze for HeartbeatMode
impl RefUnwindSafe for HeartbeatMode
impl Send for HeartbeatMode
impl Sync for HeartbeatMode
impl Unpin for HeartbeatMode
impl UnsafeUnpin for HeartbeatMode
impl UnwindSafe for HeartbeatMode
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