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