Struct jsdoc::ast::UnknownTag
source · [−]Fields
span: Spanextras: TextTrait Implementations
sourceimpl Clone for UnknownTag
impl Clone for UnknownTag
sourcefn clone(&self) -> UnknownTag
fn clone(&self) -> UnknownTag
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 UnknownTag
impl Debug for UnknownTag
sourceimpl<'de> Deserialize<'de> for UnknownTag
impl<'de> Deserialize<'de> for UnknownTag
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<UnknownTag> for Tag
impl From<UnknownTag> for Tag
sourcefn from(v: UnknownTag) -> Self
fn from(v: UnknownTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<UnknownTag> for UnknownTag
impl PartialEq<UnknownTag> for UnknownTag
sourcefn eq(&self, other: &UnknownTag) -> bool
fn eq(&self, other: &UnknownTag) -> bool
sourceimpl Serialize for UnknownTag
impl Serialize for UnknownTag
sourceimpl Spanned for UnknownTag
impl Spanned for UnknownTag
impl StructuralPartialEq for UnknownTag
Auto Trait Implementations
impl RefUnwindSafe for UnknownTag
impl Send for UnknownTag
impl Sync for UnknownTag
impl Unpin for UnknownTag
impl UnwindSafe for UnknownTag
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