Enum syntex_syntax::ast::UnOp
[−]
[src]
pub enum UnOp {
UnDeref,
UnNot,
UnNeg,
}Variants
UnDeref | The |
UnNot | The |
UnNeg | The |
pub enum UnOp {
UnDeref,
UnNot,
UnNeg,
}UnDeref | The |
UnNot | The |
UnNeg | The |
impl Copy for UnOpimpl Debug for UnOpimpl Hash for UnOpfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for UnOpimpl Encodable for UnOpimpl Eq for UnOpimpl PartialEq for UnOpimpl Clone for UnOpfn clone(&self) -> UnOpfn clone_from(&mut self, source: &Self)