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