pub enum ExecutionMode {
Production,
Validation,
}Variants
Production
Validation
Trait Implementations
sourceimpl Clone for ExecutionMode
impl Clone for ExecutionMode
sourcefn clone(&self) -> ExecutionMode
fn clone(&self) -> ExecutionMode
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ExecutionMode
impl Debug for ExecutionMode
sourceimpl PartialEq<ExecutionMode> for ExecutionMode
impl PartialEq<ExecutionMode> for ExecutionMode
sourcefn eq(&self, other: &ExecutionMode) -> bool
fn eq(&self, other: &ExecutionMode) -> bool
impl Eq for ExecutionMode
impl StructuralEq for ExecutionMode
impl StructuralPartialEq for ExecutionMode
Auto Trait Implementations
impl RefUnwindSafe for ExecutionMode
impl Send for ExecutionMode
impl Sync for ExecutionMode
impl Unpin for ExecutionMode
impl UnwindSafe for ExecutionMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more