Enum wca::ExecutorType
source · pub enum ExecutorType {
ResetsContext,
Simple,
}Expand description
Represents the type of executor to use for running commands.
Variants§
ResetsContext
The executor will create a new context for each namespace
Simple
The executor will use a single context for all namespaces
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExecutorType
impl Send for ExecutorType
impl Sync for ExecutorType
impl Unpin for ExecutorType
impl UnwindSafe for ExecutorType
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