Enum syntax::ast::Constness  [−][src]
pub enum Constness {
    Const,
    NotConst,
}Variants
ConstNotConst
                Trait Implementations
impl Copy for Constness[src] 
impl Copy for Constnessimpl Clone for Constness[src] 
impl Clone for Constnessfn clone(&self) -> Constness[src] 
fn clone(&self) -> ConstnessReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Constness[src] 
impl PartialEq for Constnessfn eq(&self, other: &Constness) -> bool[src] 
fn eq(&self, other: &Constness) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Constness[src] 
impl Eq for Constnessimpl Encodable for Constness[src] 
impl Encodable for Constnessimpl Decodable for Constness[src] 
impl Decodable for Constnessimpl Hash for Constness[src] 
impl Hash for Constnessfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for Constness[src] 
impl Debug for Constness