pub struct ArgInfo {
pub name: &'static str,
pub type_name: &'static str,
pub desc: Option<&'static str>,
}Expand description
A struct to hold argument metadata
Fields§
§name: &'static str§type_name: &'static str§desc: Option<&'static str>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgInfo
impl RefUnwindSafe for ArgInfo
impl Send for ArgInfo
impl Sync for ArgInfo
impl Unpin for ArgInfo
impl UnwindSafe for ArgInfo
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