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