[−][src]Struct lib_ruby_parser::nodes::Numblock
Represents a block that takes numbered parameters (i.e. proc { _1 }
)
Fields
call: Box<Node>
Method call that takes a block
numargs: u8
Number of parameters that block takes
body: Box<Node>
Block body
begin_l: Range
Location of the open brace
proc { _1 }
~
end_l: Range
Location of the closing brace
proc { _1 }
~
expression_l: Range
Location of the open brace
proc { _1 }
~~~~~~~~~~~
Trait Implementations
impl Clone for Numblock
[src][+]
impl Debug for Numblock
[src][+]
impl PartialEq<Numblock> for Numblock
[src][+]
impl StructuralPartialEq for Numblock
[src]
Auto Trait Implementations
impl RefUnwindSafe for Numblock
[src]
impl Send for Numblock
[src]
impl Sync for Numblock
[src]
impl Unpin for Numblock
[src]
impl UnwindSafe for Numblock
[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>,