pub enum ExecutionKind {
Production,
Validation,
}
Expand description
The kind of execution.
Variants§
Implementations§
source§impl ExecutionKind
impl ExecutionKind
sourcepub fn wrap<T>(self, t: T) -> ExecutionType<T>
pub fn wrap<T>(self, t: T) -> ExecutionType<T>
Wrap a type in this execution kind.
Trait Implementations§
source§impl Clone for ExecutionKind
impl Clone for ExecutionKind
source§fn clone(&self) -> ExecutionKind
fn clone(&self) -> ExecutionKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more