Struct rtlola_interpreter::EvalConfig [−][src]
pub struct EvalConfig {
pub source: EventSourceConfig,
pub statistics: Statistics,
pub verbosity: Verbosity,
pub output_channel: OutputChannel,
pub mode: ExecutionMode,
pub time_presentation: TimeRepresentation,
}Fields
source: EventSourceConfigstatistics: Statisticsverbosity: Verbosityoutput_channel: OutputChannelmode: ExecutionModetime_presentation: TimeRepresentationImplementations
pub fn new(
source: EventSourceConfig,
statistics: Statistics,
verbosity: Verbosity,
output: OutputChannel,
mode: ExecutionMode,
time_presentation: TimeRepresentation
) -> Self
pub fn release(
path: String,
output: OutputChannel,
mode: ExecutionMode,
time_presentation: TimeRepresentation
) -> Self
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvalConfig
impl Send for EvalConfig
impl Sync for EvalConfig
impl Unpin for EvalConfig
impl UnwindSafe for EvalConfig
Blanket Implementations
Mutably borrows from an owned value. Read more