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