[−][src]Struct lib_ruby_parser::nodes::Preexe
Represents BEGIN { ... }
statement
Fields
body: Option<Box<Node>>
Body of the block
keyword_l: Range
Location of the BEGIN
keyword
BEGIN { 42 }
~~~~~
begin_l: Range
Location of the open parenthesis
BEGIN { 42 }
~
end_l: Range
Location of the closing parenthesis
BEGIN { 42 }
~
expression_l: Range
Location of the full expression
BEGIN { 42 }
~~~~~~~~~~~~
Trait Implementations
impl Clone for Preexe
[src][+]
impl Debug for Preexe
[src][+]
impl PartialEq<Preexe> for Preexe
[src][+]
impl StructuralPartialEq for Preexe
[src]
Auto Trait Implementations
impl RefUnwindSafe for Preexe
[src]
impl Send for Preexe
[src]
impl Sync for Preexe
[src]
impl Unpin for Preexe
[src]
impl UnwindSafe for Preexe
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,