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 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 for CopyrightTag
 
impl PartialEq 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 ==.source§impl Spanned for CopyrightTag
 
impl Spanned for CopyrightTag
impl StructuralPartialEq for CopyrightTag
Auto Trait Implementations§
impl RefUnwindSafe for CopyrightTag
impl Send for CopyrightTag
impl Sync for CopyrightTag
impl Unpin for CopyrightTag
impl UnwindSafe for CopyrightTag
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more