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