Struct jsdoc::ast::InheritDocTag
source · pub struct InheritDocTag {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl Clone for InheritDocTag
impl Clone for InheritDocTag
source§fn clone(&self) -> InheritDocTag
fn clone(&self) -> InheritDocTag
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 moresource§impl Debug for InheritDocTag
impl Debug for InheritDocTag
source§impl<'de> Deserialize<'de> for InheritDocTag
impl<'de> Deserialize<'de> for InheritDocTag
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<InheritDocTag> for Tag
impl From<InheritDocTag> for Tag
source§fn from(v: InheritDocTag) -> Self
fn from(v: InheritDocTag) -> Self
Converts to this type from the input type.
source§impl PartialEq<InheritDocTag> for InheritDocTag
impl PartialEq<InheritDocTag> for InheritDocTag
source§fn eq(&self, other: &InheritDocTag) -> bool
fn eq(&self, other: &InheritDocTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.