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