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