Struct syntax::attr::StabilityUnstable
[-] [+]
[src]
pub struct Stability {
pub level: StabilityLevel,
pub feature: InternedString,
pub since: Option<InternedString>,
pub deprecated_since: Option<InternedString>,
pub reason: Option<InternedString>,
}Represents the #[deprecated] and friends attributes.
Fields
level | |
feature | |
since | |
deprecated_since | |
reason |