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