Struct ruby_prism::ForwardingArgumentsNode 
source · pub struct ForwardingArgumentsNode<'pr> { /* private fields */ }Expand description
Represents forwarding all arguments to this method to another method.
def foo(...)
  bar(...)
      ^^^
end
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pr> Freeze for ForwardingArgumentsNode<'pr>
impl<'pr> RefUnwindSafe for ForwardingArgumentsNode<'pr>
impl<'pr> !Send for ForwardingArgumentsNode<'pr>
impl<'pr> !Sync for ForwardingArgumentsNode<'pr>
impl<'pr> Unpin for ForwardingArgumentsNode<'pr>
impl<'pr> !UnwindSafe for ForwardingArgumentsNode<'pr>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more