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