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