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