pub struct ArgData(/* private fields */);Expand description
A struct for wrapping base argument data, of any type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgData
impl !RefUnwindSafe for ArgData
impl !Send for ArgData
impl !Sync for ArgData
impl Unpin for ArgData
impl !UnwindSafe for ArgData
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