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