pub struct StopEvent;Trait Implementations§
Source§impl Handler<StopEvent> for GracefulStop
impl Handler<StopEvent> for GracefulStop
Auto Trait Implementations§
impl Freeze for StopEvent
impl RefUnwindSafe for StopEvent
impl Send for StopEvent
impl Sync for StopEvent
impl Unpin for StopEvent
impl UnwindSafe for StopEvent
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