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