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