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