pub struct ArgInfo {
pub name: String,
pub title: String,
pub description: String,
pub kind: ArgKind,
pub schema: ArgSchema,
pub env: Option<String>,
}Fields§
§name: String§title: String§description: String§kind: ArgKind§schema: ArgSchema§env: Option<String>Trait Implementations§
impl StructuralPartialEq for ArgInfo
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