Struct jsonc_parser::ast::NullKeyword
source · [−]pub struct NullKeyword {
pub range: Range,
}
Expand description
Represents the null keyword (ex. null
).
Fields
range: Range
Trait 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 NullKeyword
impl Send for NullKeyword
impl Sync for NullKeyword
impl Unpin for NullKeyword
impl UnwindSafe for NullKeyword
Blanket Implementations
Mutably borrows from an owned value. Read more