Struct lib_ruby_parser::nodes::Cbase [−][src]
#[repr(C)]pub struct Cbase { pub expression_l: Loc, }
Expand description
Represents leading :: part of the constant access/assignment that is used to get/set on a global namespace.
Fields
expression_l: LocLocation of the full expression
::A
~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cbaseimpl UnwindSafe for CbaseBlanket Implementations
Mutably borrows from an owned value. Read more