Struct jsonc_parser::ast::CommentLine [−][src]
Expand description
Represents a comment line (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 CommentLine<'a>
impl<'a> Send for CommentLine<'a>
impl<'a> Sync for CommentLine<'a>
impl<'a> Unpin for CommentLine<'a>
impl<'a> UnwindSafe for CommentLine<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more