Struct rustdoc::clean::Deprecation [−][src]
Fields
since: String
note: String
Trait Implementations
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)1.0.0
[src]Performs copy-assignment from source. Read more
impl Encodable for Deprecation[src]
impl Encodable for Deprecationfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &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>(d: &mut __D) -> Result<Deprecation, __D::Error>[src]
fn decode<__D: Decoder>(d: &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 Debug for Deprecation[src]
impl Debug for Deprecationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clean<Deprecation> for Deprecation[src]
impl Clean<Deprecation> for Deprecationfn clean(&self, _: &DocContext) -> Deprecation[src]
fn clean(&self, _: &DocContext) -> DeprecationAuto Trait Implementations
impl Send for Deprecation
impl Send for Deprecationimpl Sync for Deprecation
impl Sync for Deprecation