pub struct FlagInfo {
pub flag: &'static str,
pub description: &'static str,
pub status: FlagStatus,
}Expand description
Metadata about a single command flag.
Fields§
§flag: &'static str§description: &'static str§status: FlagStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlagInfo
impl RefUnwindSafe for FlagInfo
impl Send for FlagInfo
impl Sync for FlagInfo
impl Unpin for FlagInfo
impl UnsafeUnpin for FlagInfo
impl UnwindSafe for FlagInfo
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