Enum rtlola_interpreter::config::ExecutionMode
source · pub enum ExecutionMode {
Offline,
Online,
}Expand description
The execution mode of the interpreter. See the README for more details.
Variants§
Trait Implementations§
source§impl Clone for ExecutionMode
impl Clone for ExecutionMode
source§fn clone(&self) -> ExecutionMode
fn clone(&self) -> ExecutionMode
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 moresource§impl Debug for ExecutionMode
impl Debug for ExecutionMode
source§impl PartialEq<ExecutionMode> for ExecutionMode
impl PartialEq<ExecutionMode> for ExecutionMode
source§fn eq(&self, other: &ExecutionMode) -> bool
fn eq(&self, other: &ExecutionMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ExecutionMode
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.