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