Struct rustdoc::clean::Deprecation [−][src]
Fields
since: String
note: String
Trait Implementations
impl Clone for Deprecation
[src]
impl Clone for Deprecation
fn clone(&self) -> Deprecation
[src]
fn clone(&self) -> Deprecation
Returns 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 Deprecation
fn 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 Deprecation
fn 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 Deprecation
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clean<Deprecation> for Deprecation
[src]
impl Clean<Deprecation> for Deprecation
fn clean(&self, _: &DocContext) -> Deprecation
[src]
fn clean(&self, _: &DocContext) -> Deprecation
Auto Trait Implementations
impl Send for Deprecation
impl Send for Deprecation
impl Sync for Deprecation
impl Sync for Deprecation