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
attr: Deprecation
🔬 This is a nightly-only experimental API. (
rustc_private)The metadata of the attribute associated with this entry.
Methods
impl DeprecationEntry[src]
fn same_origin(&self, other: &DeprecationEntry) -> bool
🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Clone for DeprecationEntry[src]
fn clone(&self) -> DeprecationEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more