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