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