pub struct FnMissedHandler(/* private fields */);Expand description
Wraps a FnMut(&str) closure as a HeartbeatMissedHandler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FnMissedHandler
impl !UnwindSafe for FnMissedHandler
impl Freeze for FnMissedHandler
impl Send for FnMissedHandler
impl Sync for FnMissedHandler
impl Unpin for FnMissedHandler
impl UnsafeUnpin for FnMissedHandler
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