Struct doxygen_rs::ast::Deprecated
source · pub struct Deprecated {
pub is_deprecated: bool,
pub message: Option<NestedString>,
}
Expand description
Represents the deprecation status of an item.
Fields§
§is_deprecated: bool
Whether is deprecated or not
message: Option<NestedString>
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