Enum syntax::ast::Defaultness  [−][src]
pub enum Defaultness {
    Default,
    Final,
}Variants
DefaultFinal
                Trait Implementations
impl Copy for Defaultness[src] 
impl Copy for Defaultnessimpl Clone for Defaultness[src] 
impl Clone for Defaultnessfn clone(&self) -> Defaultness[src] 
fn clone(&self) -> DefaultnessReturns 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 Defaultness[src] 
impl PartialEq for Defaultnessfn eq(&self, other: &Defaultness) -> bool[src] 
fn eq(&self, other: &Defaultness) -> 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 Defaultness[src] 
impl Eq for Defaultnessimpl Encodable for Defaultness[src] 
impl Encodable for Defaultnessimpl Decodable for Defaultness[src] 
impl Decodable for Defaultnessimpl Hash for Defaultness[src] 
impl Hash for Defaultnessfn 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 Defaultness[src] 
impl Debug for DefaultnessAuto Trait Implementations
impl Send for Defaultness
impl Send for Defaultnessimpl Sync for Defaultness
impl Sync for Defaultness