pub enum Halted {
Normal,
}Expand description
This is the message that the “launcher” spawned task receives from the main application process to notify the service to shutdown.
Variants§
Normal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Halted
impl RefUnwindSafe for Halted
impl Send for Halted
impl Sync for Halted
impl Unpin for Halted
impl UnsafeUnpin for Halted
impl UnwindSafe for Halted
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