Struct jsonc_parser::ast::CommentLine
source · [−]Expand description
Represents a comment line (ex. // my comment).
Fields
range: Rangetext: &'a strTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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