pub enum ManagerCommand {
Shutdown,
}Variants§
Shutdown
Auto Trait Implementations§
impl Freeze for ManagerCommand
impl RefUnwindSafe for ManagerCommand
impl Send for ManagerCommand
impl Sync for ManagerCommand
impl Unpin for ManagerCommand
impl UnsafeUnpin for ManagerCommand
impl UnwindSafe for ManagerCommand
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