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