Struct lib_ruby_parser::nodes::ForwardedArgs [−][src]
#[repr(C)]pub struct ForwardedArgs { pub expression_l: Loc, }
Expand description
Represents a ... operator that contains forwarded argument (see ForwardArg)
Fields
expression_l: LocLocation of the ...
def m(...); foo(...); end
~~~
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ForwardedArgsimpl Send for ForwardedArgsimpl Sync for ForwardedArgsimpl Unpin for ForwardedArgsimpl UnwindSafe for ForwardedArgsBlanket Implementations
Mutably borrows from an owned value. Read more