pub enum HeartbeatStrategy {
None,
Interval(Duration),
}Expand description
Represents the strategy for sending heartbeat messages.
Variants§
Trait Implementations§
Source§impl Clone for HeartbeatStrategy
impl Clone for HeartbeatStrategy
Source§fn clone(&self) -> HeartbeatStrategy
fn clone(&self) -> HeartbeatStrategy
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HeartbeatStrategy
impl RefUnwindSafe for HeartbeatStrategy
impl Send for HeartbeatStrategy
impl Sync for HeartbeatStrategy
impl Unpin for HeartbeatStrategy
impl UnwindSafe for HeartbeatStrategy
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