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