Struct jsdoc::ast::SummaryTag
source · [−]Fields
span: Span
text: Text
Trait Implementations
sourceimpl Clone for SummaryTag
impl Clone for SummaryTag
sourcefn clone(&self) -> SummaryTag
fn clone(&self) -> SummaryTag
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 SummaryTag
impl Debug for SummaryTag
sourceimpl<'de> Deserialize<'de> for SummaryTag
impl<'de> Deserialize<'de> for SummaryTag
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<SummaryTag> for Tag
impl From<SummaryTag> for Tag
sourcefn from(v: SummaryTag) -> Self
fn from(v: SummaryTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SummaryTag> for SummaryTag
impl PartialEq<SummaryTag> for SummaryTag
sourcefn eq(&self, other: &SummaryTag) -> bool
fn eq(&self, other: &SummaryTag) -> bool
sourceimpl Serialize for SummaryTag
impl Serialize for SummaryTag
sourceimpl Spanned for SummaryTag
impl Spanned for SummaryTag
impl StructuralPartialEq for SummaryTag
Auto Trait Implementations
impl RefUnwindSafe for SummaryTag
impl Send for SummaryTag
impl Sync for SummaryTag
impl Unpin for SummaryTag
impl UnwindSafe for SummaryTag
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