Struct jsonc_parser::ast::BooleanLit
source · [−]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 !=.
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