Struct solang_parser::doccomment::DocCommentTag
source · [−]pub struct DocCommentTag {
pub tag: String,
pub tag_offset: usize,
pub value: String,
pub value_offset: usize,
}Fields
tag: Stringtag_offset: usizevalue: Stringvalue_offset: usizeTrait Implementations
sourceimpl Clone for DocCommentTag
impl Clone for DocCommentTag
sourcefn clone(&self) -> DocCommentTag
fn clone(&self) -> DocCommentTag
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 more
sourceimpl Debug for DocCommentTag
impl Debug for DocCommentTag
sourceimpl PartialEq<DocCommentTag> for DocCommentTag
impl PartialEq<DocCommentTag> for DocCommentTag
sourcefn eq(&self, other: &DocCommentTag) -> bool
fn eq(&self, other: &DocCommentTag) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DocCommentTag) -> bool
fn ne(&self, other: &DocCommentTag) -> bool
This method tests for !=.
impl StructuralPartialEq for DocCommentTag
Auto Trait Implementations
impl RefUnwindSafe for DocCommentTag
impl Send for DocCommentTag
impl Sync for DocCommentTag
impl Unpin for DocCommentTag
impl UnwindSafe for DocCommentTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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