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