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