Struct rustc_attr::builtin::Deprecation [−][src]
pub struct Deprecation {
pub since: Option<Symbol>,
pub note: Option<Symbol>,
pub suggestion: Option<Symbol>,
pub is_since_rustc_version: bool,
}
Fields
since: Option<Symbol>
note: Option<Symbol>
The note to issue a reason.
suggestion: Option<Symbol>
A text snippet used to completely replace any use of the deprecated item in an expression.
This is currently unstable.
is_since_rustc_version: bool
Whether to treat the since attribute as being a Rust version identifier (rather than an opaque string).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Deprecation
impl Send for Deprecation
impl Sync for Deprecation
impl Unpin for Deprecation
impl UnwindSafe for Deprecation
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes