Struct jsdoc::ast::CopyrightTag
source · [−]Fields
span: Span
text: Text
Trait Implementations
sourceimpl Clone for CopyrightTag
impl Clone for CopyrightTag
sourcefn clone(&self) -> CopyrightTag
fn clone(&self) -> CopyrightTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CopyrightTag
impl Debug for CopyrightTag
sourceimpl<'de> Deserialize<'de> for CopyrightTag
impl<'de> Deserialize<'de> for CopyrightTag
sourcefn 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
sourceimpl From<CopyrightTag> for Tag
impl From<CopyrightTag> for Tag
sourcefn from(v: CopyrightTag) -> Self
fn from(v: CopyrightTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CopyrightTag> for CopyrightTag
impl PartialEq<CopyrightTag> for CopyrightTag
sourcefn eq(&self, other: &CopyrightTag) -> bool
fn eq(&self, other: &CopyrightTag) -> bool
sourceimpl Serialize for CopyrightTag
impl Serialize for CopyrightTag
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more