Struct jsdoc::ast::AugmentsTag
source · [−]Expand description
@extends
, @augments
Fields
span: Span
class: NamePath
Trait Implementations
sourceimpl Clone for AugmentsTag
impl Clone for AugmentsTag
sourcefn clone(&self) -> AugmentsTag
fn clone(&self) -> AugmentsTag
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AugmentsTag
impl Debug for AugmentsTag
sourceimpl<'de> Deserialize<'de> for AugmentsTag
impl<'de> Deserialize<'de> for AugmentsTag
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<AugmentsTag> for Tag
impl From<AugmentsTag> for Tag
sourcefn from(v: AugmentsTag) -> Self
fn from(v: AugmentsTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<AugmentsTag> for AugmentsTag
impl PartialEq<AugmentsTag> for AugmentsTag
sourcefn eq(&self, other: &AugmentsTag) -> bool
fn eq(&self, other: &AugmentsTag) -> bool
sourceimpl Serialize for AugmentsTag
impl Serialize for AugmentsTag
sourceimpl Spanned for AugmentsTag
impl Spanned for AugmentsTag
impl StructuralPartialEq for AugmentsTag
Auto Trait Implementations
impl RefUnwindSafe for AugmentsTag
impl Send for AugmentsTag
impl Sync for AugmentsTag
impl Unpin for AugmentsTag
impl UnwindSafe for AugmentsTag
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