Struct lib_ruby_parser::nodes::Line
source · [−]#[repr(C)]pub struct Line {
pub expression_l: Loc,
}
Expand description
Represents a special __LINE__
literal
Fields
expression_l: Loc
Location of the __LINE__
literal
__LINE__
~~~~~~~~
Trait Implementations
impl StructuralPartialEq for Line
Auto Trait Implementations
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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