Struct arret_compiler::repl::EvaledExprValue [−][src]
pub struct EvaledExprValue {
pub type_str: String,
pub value_str: String,
pub type_is_literal: bool,
}Fields
type_str: StringRendered type of the expression
value_str: StringRendered value of the expression
type_is_literal: boolIndicates if the type is a literal
REPL implementations may want to suppress printing the type of literal values as they contain no additional information.
Trait Implementations
impl PartialEq<EvaledExprValue> for EvaledExprValue[src]
impl PartialEq<EvaledExprValue> for EvaledExprValue[src]