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 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 ==
.