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
~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Trueimpl UnwindSafe for TrueBlanket Implementations
Mutably borrows from an owned value. Read more