pub struct InterpreterSettings {
pub no_expr_check: bool,
pub verbose_stepwise: bool,
pub verbose_bytecode: bool,
pub verbose_expression: bool,
}
Fields§
§no_expr_check: bool
skip expression checking
verbose_stepwise: bool
dump stepwise bytecode
verbose_bytecode: bool
dump bytecode trace
verbose_expression: bool
dump expression trace
Implementations§
source§impl InterpreterSettings
impl InterpreterSettings
pub fn verbose_default() -> Self
Trait Implementations§
source§impl Clone for InterpreterSettings
impl Clone for InterpreterSettings
source§fn clone(&self) -> InterpreterSettings
fn clone(&self) -> InterpreterSettings
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 Default for InterpreterSettings
impl Default for InterpreterSettings
source§fn default() -> InterpreterSettings
fn default() -> InterpreterSettings
Returns the “default value” for a type. Read more