Enum nu_engine::evaluate::evaluator::Variable [−][src]
pub enum Variable<'a> {
Nu,
Scope,
True,
False,
Nothing,
Other(&'a str),
}Variants
Nu
Scope
True
False
Nothing
Other(&'a str)
Tuple Fields
0: &'a strImplementations
Trait Implementations
Performs the conversion.
