Enum liva_parser::expression::ExprSuffix  [−][src]
pub enum ExprSuffix<'a> {
    TableDot(Variable<'a>),
    TableIdx(Expression<'a>),
    FuncCall(Call<'a>),
}Variants
TableDot(Variable<'a>)Tuple Fields of TableDot
0: Variable<'a>TableIdx(Expression<'a>)Tuple Fields of TableIdx
0: Expression<'a>FuncCall(Call<'a>)Tuple Fields of FuncCall
0: Call<'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 ExprSuffix<'a>
impl<'a> Send for ExprSuffix<'a>
impl<'a> Sync for ExprSuffix<'a>
impl<'a> Unpin for ExprSuffix<'a>
impl<'a> UnwindSafe for ExprSuffix<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more