Struct lib_ruby_parser::nodes::Cbase
source · [−]#[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: Loc
Location of the full expression
::A
~~
Trait Implementations
impl StructuralPartialEq for Cbase
Auto Trait Implementations
impl RefUnwindSafe for Cbase
impl Send for Cbase
impl Sync for Cbase
impl Unpin for Cbase
impl UnwindSafe for Cbase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more