Struct jsdoc::ast::ConstructsTag
source · pub struct ConstructsTag {
pub span: Span,
pub name: Text,
}Fields§
§span: Span§name: TextTrait Implementations§
source§impl Clone for ConstructsTag
impl Clone for ConstructsTag
source§fn clone(&self) -> ConstructsTag
fn clone(&self) -> ConstructsTag
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 ConstructsTag
impl Debug for ConstructsTag
source§impl From<ConstructsTag> for Tag
impl From<ConstructsTag> for Tag
source§fn from(v: ConstructsTag) -> Self
fn from(v: ConstructsTag) -> Self
Converts to this type from the input type.
source§impl PartialEq<ConstructsTag> for ConstructsTag
impl PartialEq<ConstructsTag> for ConstructsTag
source§fn eq(&self, other: &ConstructsTag) -> bool
fn eq(&self, other: &ConstructsTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.