Enum cleaver::fe::ast::Op
[−]
[src]
pub enum Op {
UnaryOp(UnaryOp),
BinaryOp(BinaryOp),
}Variants
UnaryOp(UnaryOp)BinaryOp(BinaryOp)Trait Implementations
impl PartialEq for Op[src]
fn eq(&self, __arg_0: &Op) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Op) -> bool
This method tests for !=.
impl Debug for Op[src]
impl Clone for Op[src]
fn clone(&self) -> Op
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more