Struct lib_ruby_parser::nodes::ForwardedArgs
source · #[repr(C)]pub struct ForwardedArgs {
pub expression_l: Loc,
}
Expand description
Represents a ...
operator that contains forwarded argument (see ForwardArg
)
Fields§
§expression_l: Loc
Location of the ...
def m(...); foo(...); end
~~~
Trait Implementations§
source§impl Clone for ForwardedArgs
impl Clone for ForwardedArgs
source§fn clone(&self) -> ForwardedArgs
fn clone(&self) -> ForwardedArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ForwardedArgs
impl Debug for ForwardedArgs
source§impl PartialEq<ForwardedArgs> for ForwardedArgs
impl PartialEq<ForwardedArgs> for ForwardedArgs
source§fn eq(&self, other: &ForwardedArgs) -> bool
fn eq(&self, other: &ForwardedArgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ForwardedArgs
Auto Trait Implementations§
impl RefUnwindSafe for ForwardedArgs
impl Send for ForwardedArgs
impl Sync for ForwardedArgs
impl Unpin for ForwardedArgs
impl UnwindSafe for ForwardedArgs
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