pub struct HeartbeatHandle(/* private fields */);Expand description
A handle to stop a connection heartbeat.
Implementations§
Auto Trait Implementations§
impl Freeze for HeartbeatHandle
impl !RefUnwindSafe for HeartbeatHandle
impl Send for HeartbeatHandle
impl Sync for HeartbeatHandle
impl Unpin for HeartbeatHandle
impl !UnwindSafe for HeartbeatHandle
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