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