Struct rustdoc::clean::Stability[][src]

pub struct Stability {
    pub level: StabilityLevel,
    pub feature: String,
    pub since: String,
    pub deprecated_since: String,
    pub deprecated_reason: String,
    pub unstable_reason: String,
    pub issue: Option<u32>,
}

Fields

Trait Implementations

impl Clone for Stability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for Stability
[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?

impl Decodable for Stability
[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?

impl Debug for Stability
[src]

Formats the value using the given formatter. Read more

impl Clean<Stability> for Stability
[src]

impl<'a> Clean<Stability> for &'a Stability
[src]

Auto Trait Implementations

impl Send for Stability

impl Sync for Stability