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
~~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for False
impl UnwindSafe for False
Blanket Implementations
Mutably borrows from an owned value. Read more