Struct jsdoc::ast::PrivateTag
source · [−]Fields
span: Span
ty: Option<Text>
Trait Implementations
sourceimpl Clone for PrivateTag
impl Clone for PrivateTag
sourcefn clone(&self) -> PrivateTag
fn clone(&self) -> PrivateTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PrivateTag
impl Debug for PrivateTag
sourceimpl<'de> Deserialize<'de> for PrivateTag
impl<'de> Deserialize<'de> for PrivateTag
sourcefn 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
sourceimpl From<PrivateTag> for Tag
impl From<PrivateTag> for Tag
sourcefn from(v: PrivateTag) -> Self
fn from(v: PrivateTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<PrivateTag> for PrivateTag
impl PartialEq<PrivateTag> for PrivateTag
sourcefn eq(&self, other: &PrivateTag) -> bool
fn eq(&self, other: &PrivateTag) -> bool
sourceimpl Serialize for PrivateTag
impl Serialize for PrivateTag
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more