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
sourceimpl Clone for ForwardedArgs
impl Clone for ForwardedArgs
sourcefn clone(&self) -> ForwardedArgs
fn clone(&self) -> ForwardedArgs
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ForwardedArgs
impl Debug for ForwardedArgs
sourceimpl PartialEq<ForwardedArgs> for ForwardedArgs
impl PartialEq<ForwardedArgs> for ForwardedArgs
sourcefn eq(&self, other: &ForwardedArgs) -> bool
fn eq(&self, other: &ForwardedArgs) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more