Struct liva_parser::expression::PrefixExpr [−][src]
pub struct PrefixExpr<'a> {
pub prefix: ExprOrVarname<'a>,
pub suffix_chain: Vec<ExprSuffix<'a>>,
}
Fields
prefix: ExprOrVarname<'a>
suffix_chain: Vec<ExprSuffix<'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 PrefixExpr<'a>
impl<'a> Send for PrefixExpr<'a>
impl<'a> Sync for PrefixExpr<'a>
impl<'a> Unpin for PrefixExpr<'a>
impl<'a> UnwindSafe for PrefixExpr<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more