Enum liva_parser::expression::ExprOrVarname [−][src]
pub enum ExprOrVarname<'a> {
Exp(Expression<'a>),
Varname(Variable<'a>),
}
Variants
Exp(Expression<'a>)
Tuple Fields of Exp
0: Expression<'a>
Varname(Variable<'a>)
Tuple Fields of Varname
0: Variable<'a>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExprOrVarname<'a>
impl<'a> Send for ExprOrVarname<'a>
impl<'a> Sync for ExprOrVarname<'a>
impl<'a> Unpin for ExprOrVarname<'a>
impl<'a> UnwindSafe for ExprOrVarname<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more