pub struct FlagInfo {
pub flag: &'static str,
pub description: &'static str,
pub example: Option<&'static str>,
}Expand description
Information about a specific flag
Fields§
§flag: &'static str§description: &'static str§example: Option<&'static str>Trait 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 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