pub struct ArgumentParam { /* private fields */ }Expand description
An argument.
Specifically, this is a parameter, not a value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgumentParam
impl RefUnwindSafe for ArgumentParam
impl Send for ArgumentParam
impl Sync for ArgumentParam
impl Unpin for ArgumentParam
impl UnwindSafe for ArgumentParam
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