Enum espr::ast::UnaryOperator [−][src]
pub enum UnaryOperator {
Plus,
Minus,
Not,
}
Expand description
Unary operators parsed by unary_op
Variants
+
-
NOT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnaryOperator
impl Send for UnaryOperator
impl Sync for UnaryOperator
impl Unpin for UnaryOperator
impl UnwindSafe for UnaryOperator
Blanket Implementations
Mutably borrows from an owned value. Read more