pub enum EngineCommand {
ProcessBatch(CommandRequest),
Shutdown,
ForcePhaseAdvance,
TriggerSync,
GetStatistics(Sender<EngineStatistics>),
}Variants§
ProcessBatch(CommandRequest)
Shutdown
ForcePhaseAdvance
TriggerSync
GetStatistics(Sender<EngineStatistics>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineCommand
impl !RefUnwindSafe for EngineCommand
impl Send for EngineCommand
impl Sync for EngineCommand
impl Unpin for EngineCommand
impl !UnwindSafe for EngineCommand
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