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