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