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