Struct lib_ruby_parser::nodes::True [−][src]
#[repr(C)]pub struct True {
pub expression_l: Loc,
}Expand description
Represents a true literal
Fields
expression_l: LocLocation of the true keyword
true
~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for True
impl UnwindSafe for True
Blanket Implementations
Mutably borrows from an owned value. Read more