Enum syntex_syntax::ast::BinOp_
[−]
[src]
pub enum BinOp_ {
BiAdd,
BiSub,
BiMul,
BiDiv,
BiRem,
BiAnd,
BiOr,
BiBitXor,
BiBitAnd,
BiBitOr,
BiShl,
BiShr,
BiEq,
BiLt,
BiLe,
BiNe,
BiGe,
BiGt,
}Variants
BiAdd | The | |
BiSub | The | |
BiMul | The | |
BiDiv | The | |
BiRem | The | |
BiAnd | The | |
BiOr | The | |
BiBitXor | The | |
BiBitAnd | The | |
BiBitOr | The | |
BiShl | The | |
BiShr | The | |
BiEq | The | |
BiLt | The | |
BiLe | The | |
BiNe | The | |
BiGe | The | |
BiGt | The |
Trait Implementations
Derived Implementations
impl Copy for BinOp_[src]
impl Debug for BinOp_[src]
impl Hash for BinOp_[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Decodable for BinOp_[src]
impl Encodable for BinOp_[src]
impl Eq for BinOp_[src]
impl PartialEq for BinOp_[src]
fn eq(&self, __arg_0: &BinOp_) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for BinOp_[src]
fn clone(&self) -> BinOp_
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