Struct syntax::attr::RustcDeprecation  [−][src]
Fields
since: Symbol
                           
                           
                           
                           reason: Symbol
                           
                Trait Implementations
impl Encodable for RustcDeprecation[src] 
impl Encodable for RustcDeprecationimpl Decodable for RustcDeprecation[src] 
impl Decodable for RustcDeprecationimpl PartialEq for RustcDeprecation[src] 
impl PartialEq for RustcDeprecationfn eq(&self, other: &RustcDeprecation) -> bool[src] 
fn eq(&self, other: &RustcDeprecation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RustcDeprecation) -> bool[src] 
fn ne(&self, other: &RustcDeprecation) -> boolThis method tests for !=.
impl PartialOrd for RustcDeprecation[src] 
impl PartialOrd for RustcDeprecationfn partial_cmp(&self, other: &RustcDeprecation) -> Option<Ordering>[src] 
fn partial_cmp(&self, other: &RustcDeprecation) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &RustcDeprecation) -> bool[src] 
fn lt(&self, other: &RustcDeprecation) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &RustcDeprecation) -> bool[src] 
fn le(&self, other: &RustcDeprecation) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &RustcDeprecation) -> bool[src] 
fn gt(&self, other: &RustcDeprecation) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &RustcDeprecation) -> bool[src] 
fn ge(&self, other: &RustcDeprecation) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Clone for RustcDeprecation[src] 
impl Clone for RustcDeprecationfn clone(&self) -> RustcDeprecation[src] 
fn clone(&self) -> RustcDeprecationReturns 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 Debug for RustcDeprecation[src] 
impl Debug for RustcDeprecationfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for RustcDeprecation[src] 
impl Eq for RustcDeprecationimpl Hash for RustcDeprecation[src] 
impl Hash for RustcDeprecationAuto Trait Implementations
impl !Send for RustcDeprecation
impl !Send for RustcDeprecationimpl !Sync for RustcDeprecation
impl !Sync for RustcDeprecation