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: String
Rendered type of the expression
value_str: String
Rendered value of the expression
type_is_literal: bool
Indicates 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]