pub struct Args { /* private fields */ }Expand description
Checked, already-evaluated positional arguments passed to a callable.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Args
impl !UnwindSafe for Args
impl Freeze for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnsafeUnpin for Args
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