Enum syntax::ast::BinOp_Unstable [-] [+] [src]

pub enum BinOp_ {
    BiAdd,
    BiSub,
    BiMul,
    BiDiv,
    BiRem,
    BiAnd,
    BiOr,
    BiBitXor,
    BiBitAnd,
    BiBitOr,
    BiShl,
    BiShr,
    BiEq,
    BiLt,
    BiLe,
    BiNe,
    BiGe,
    BiGt,
}

Variants

BiAdd
BiSub
BiMul
BiDiv
BiRem
BiAnd
BiOr
BiBitXor
BiBitAnd
BiBitOr
BiShl
BiShr
BiEq
BiLt
BiLe
BiNe
BiGe
BiGt

Trait Implementations

Derived Implementations

impl Copy for BinOp_

impl Debug for BinOp_

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for BinOp_

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for BinOp_

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<BinOp_, Error>

impl Encodable for BinOp_

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Eq for BinOp_

fn assert_receiver_is_total_eq(&self)

impl PartialEq for BinOp_

fn eq(&self, __arg_0: &BinOp_) -> bool

fn ne(&self, __arg_0: &BinOp_) -> bool

impl Clone for BinOp_

fn clone(&self) -> BinOp_

fn clone_from(&mut self, source: &Self)