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