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 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 for InterfaceTag
impl PartialEq 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 ==
.source§impl Spanned for InterfaceTag
impl Spanned for InterfaceTag
impl StructuralPartialEq for InterfaceTag
Auto Trait Implementations§
impl Freeze for InterfaceTag
impl RefUnwindSafe for InterfaceTag
impl Send for InterfaceTag
impl Sync for InterfaceTag
impl Unpin for InterfaceTag
impl UnwindSafe for InterfaceTag
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more