Struct jsonc_parser::ast::CommentBlock [−][src]
Expand description
Represents a comment block (ex. /* my comment */
).
Fields
range: Range
text: &'a str
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Gets the line number of the start position in the text.
Gets the start byte position.
Gets the end byte position.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CommentBlock<'a>
impl<'a> Send for CommentBlock<'a>
impl<'a> Sync for CommentBlock<'a>
impl<'a> Unpin for CommentBlock<'a>
impl<'a> UnwindSafe for CommentBlock<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more