Struct rustc_typeck::middle::stability::DeprecationEntry [] [src]

pub struct DeprecationEntry {
    pub attr: Deprecation,
    // some fields omitted
}
🔬 This is a nightly-only experimental API. (rustc_private)

An entry in the depr_map.

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

The metadata of the attribute associated with this entry.

Methods

impl DeprecationEntry
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Clone for DeprecationEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more