Struct jsdoc::ast::ExampleTag
source · [−]Fields
span: Spantext: TextTrait Implementations
sourceimpl Clone for ExampleTag
impl Clone for ExampleTag
sourcefn clone(&self) -> ExampleTag
fn clone(&self) -> ExampleTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ExampleTag
impl Debug for ExampleTag
sourceimpl<'de> Deserialize<'de> for ExampleTag
impl<'de> Deserialize<'de> for ExampleTag
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<ExampleTag> for Tag
impl From<ExampleTag> for Tag
sourcefn from(v: ExampleTag) -> Self
fn from(v: ExampleTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ExampleTag> for ExampleTag
impl PartialEq<ExampleTag> for ExampleTag
sourcefn eq(&self, other: &ExampleTag) -> bool
fn eq(&self, other: &ExampleTag) -> bool
sourceimpl Serialize for ExampleTag
impl Serialize for ExampleTag
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more