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