#[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 for ForwardedArgs
impl PartialEq for ForwardedArgs
impl StructuralPartialEq for ForwardedArgs
Auto Trait Implementations§
impl Freeze for ForwardedArgs
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