struct FunctionArguments(Vec<FunctionArgument>);Expand description
The parenthesized arguments of a function call ((expr, expr, ...)), each
parsed as a value argument.
Tuple Fields§
§0: Vec<FunctionArgument>Trait Implementations§
Source§impl ScopedParsePair for FunctionArguments
impl ScopedParsePair for FunctionArguments
Auto Trait Implementations§
impl Freeze for FunctionArguments
impl RefUnwindSafe for FunctionArguments
impl Send for FunctionArguments
impl Sync for FunctionArguments
impl Unpin for FunctionArguments
impl UnsafeUnpin for FunctionArguments
impl UnwindSafe for FunctionArguments
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