pub struct AckHandle { /* private fields */ }Expand description
Handle handed back from ClusterKillSwitch::register_guarded that a
party uses to acknowledge it has quiesced.
Implementations§
Auto Trait Implementations§
impl Freeze for AckHandle
impl !RefUnwindSafe for AckHandle
impl Send for AckHandle
impl Sync for AckHandle
impl Unpin for AckHandle
impl UnsafeUnpin for AckHandle
impl !UnwindSafe for AckHandle
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