Struct jsdoc::ast::AbstractTag
source · pub struct AbstractTag {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl Clone for AbstractTag
impl Clone for AbstractTag
source§fn clone(&self) -> AbstractTag
fn clone(&self) -> AbstractTag
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 AbstractTag
impl Debug for AbstractTag
source§impl From<AbstractTag> for Tag
impl From<AbstractTag> for Tag
source§fn from(v: AbstractTag) -> Self
fn from(v: AbstractTag) -> Self
Converts to this type from the input type.
source§impl PartialEq<AbstractTag> for AbstractTag
impl PartialEq<AbstractTag> for AbstractTag
source§fn eq(&self, other: &AbstractTag) -> bool
fn eq(&self, other: &AbstractTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Spanned for AbstractTag
impl Spanned for AbstractTag
impl StructuralPartialEq for AbstractTag
Auto Trait Implementations§
impl RefUnwindSafe for AbstractTag
impl Send for AbstractTag
impl Sync for AbstractTag
impl Unpin for AbstractTag
impl UnwindSafe for AbstractTag
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