Enum syntax::ast::UnOpUnstable
[-] [+]
[src]
pub enum UnOp {
UnUniq,
UnDeref,
UnNot,
UnNeg,
}Variants
UnUniq | The |
UnDeref | The |
UnNot | The |
UnNeg | The |
pub enum UnOp {
UnUniq,
UnDeref,
UnNot,
UnNeg,
}UnUniq | The |
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)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).