pub struct FlagDef {
pub flag: String,
pub description: String,
}Fields§
§flag: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlagDef
impl RefUnwindSafe for FlagDef
impl Send for FlagDef
impl Sync for FlagDef
impl Unpin for FlagDef
impl UnsafeUnpin for FlagDef
impl UnwindSafe for FlagDef
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