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: String
§tag_offset: usize
§value: String
§value_offset: usize
Trait Implementations§
source§impl Clone for DocCommentTag
impl Clone for DocCommentTag
source§fn clone(&self) -> DocCommentTag
fn clone(&self) -> DocCommentTag
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 DocCommentTag
impl Debug for DocCommentTag
source§impl PartialEq<DocCommentTag> for DocCommentTag
impl PartialEq<DocCommentTag> for DocCommentTag
source§fn 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 ==
.