Struct liva_parser::expression::binary::UnaryOp   [−][src]
pub struct UnaryOp<'a> {
    pub op: UnOperator,
    pub operand: Expression<'a>,
}Fields
op: UnOperatoroperand: Expression<'a>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UnaryOp<'a>
impl<'a> UnwindSafe for UnaryOp<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more