Enum syntax::ast::IsAuto  [−][src]
pub enum IsAuto {
    Yes,
    No,
}Is the trait definition an auto trait?
Variants
YesNo
                Trait Implementations
impl Copy for IsAuto[src] 
impl Copy for IsAutoimpl Clone for IsAuto[src] 
impl Clone for IsAutofn clone(&self) -> IsAuto[src] 
fn clone(&self) -> IsAutoReturns 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 IsAuto[src] 
impl PartialEq for IsAutofn eq(&self, other: &IsAuto) -> bool[src] 
fn eq(&self, other: &IsAuto) -> 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 Encodable for IsAuto[src] 
impl Encodable for IsAutoimpl Decodable for IsAuto[src] 
impl Decodable for IsAutoimpl Debug for IsAuto[src] 
impl Debug for IsAuto