Struct jsonc_parser::ast::BooleanLit [−][src]
Expand description
Represents a boolean (ex. true or false).
Fields
range: Rangevalue: boolTrait Implementations
Performs the conversion.
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 RefUnwindSafe for BooleanLit
impl Send for BooleanLit
impl Sync for BooleanLit
impl Unpin for BooleanLit
impl UnwindSafe for BooleanLit
Blanket Implementations
Mutably borrows from an owned value. Read more
