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