Struct endbasic_core::ast::BooleanSpan
source · Expand description
Components of a boolean literal expression.
Fields§
§value: boolThe boolean literal.
pos: LineColStarting position of the literal.
Trait Implementations§
source§impl Clone for BooleanSpan
impl Clone for BooleanSpan
source§fn clone(&self) -> BooleanSpan
fn clone(&self) -> BooleanSpan
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BooleanSpan
impl Debug for BooleanSpan
source§impl PartialEq<BooleanSpan> for BooleanSpan
impl PartialEq<BooleanSpan> for BooleanSpan
source§fn eq(&self, other: &BooleanSpan) -> bool
fn eq(&self, other: &BooleanSpan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.