Struct pikadick_slash_framework::ArgumentParam
source · pub struct ArgumentParam { /* private fields */ }
Expand description
An argument.
Specifically, this is a parameter, not a value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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