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