Struct doxygen_rs::ast::Deprecated
source · Expand description
Represents the deprecation status of an item.
Fields§
§is_deprecated: bool
Whether is deprecated or not
message: Option<String>
The message left with the deprecation status
Trait Implementations§
source§impl Clone for Deprecated
impl Clone for Deprecated
source§fn clone(&self) -> Deprecated
fn clone(&self) -> Deprecated
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more