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