Struct syntax::attr::Deprecation
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Fields
since: Option<Symbol>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
note: Option<Symbol>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Encodable for Deprecation[src]
impl Encodable for Deprecationfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for Deprecation[src]
impl Decodable for Deprecationfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Deprecation, __D::Error>[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Deprecation, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl PartialEq for Deprecation[src]
impl PartialEq for Deprecationfn eq(&self, __arg_0: &Deprecation) -> bool[src]
fn eq(&self, __arg_0: &Deprecation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Deprecation) -> bool[src]
fn ne(&self, __arg_0: &Deprecation) -> boolThis method tests for !=.
impl PartialOrd for Deprecation[src]
impl PartialOrd for Deprecationfn partial_cmp(&self, __arg_0: &Deprecation) -> Option<Ordering>[src]
fn partial_cmp(&self, __arg_0: &Deprecation) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &Deprecation) -> bool[src]
fn lt(&self, __arg_0: &Deprecation) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, __arg_0: &Deprecation) -> bool[src]
fn le(&self, __arg_0: &Deprecation) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, __arg_0: &Deprecation) -> bool[src]
fn gt(&self, __arg_0: &Deprecation) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, __arg_0: &Deprecation) -> bool[src]
fn ge(&self, __arg_0: &Deprecation) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Clone for Deprecation[src]
impl Clone for Deprecationfn clone(&self) -> Deprecation[src]
fn clone(&self) -> DeprecationReturns 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)Performs copy-assignment from source. Read more
impl Debug for Deprecation[src]
impl Debug for Deprecationfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Deprecation[src]
impl Eq for Deprecationimpl Hash for Deprecation[src]
impl Hash for DeprecationAuto Trait Implementations
impl !Send for Deprecation
impl !Send for Deprecationimpl !Sync for Deprecation
impl !Sync for Deprecation