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

pub enum UnOp {
    UnUniq,
    UnDeref,
    UnNot,
    UnNeg,
}

Variants

UnUniq
UnDeref
UnNot
UnNeg

Trait Implementations

Derived Implementations

impl Copy for UnOp

impl Debug for UnOp

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

impl Hash for UnOp

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

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

impl Decodable for UnOp

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

impl Encodable for UnOp

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

impl Eq for UnOp

fn assert_receiver_is_total_eq(&self)

impl PartialEq for UnOp

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

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

impl Clone for UnOp

fn clone(&self) -> UnOp

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