pub struct LongFlag { /* private fields */ }Expand description
A long flag name such as verbose for --verbose.
Implementations§
Trait Implementations§
impl Eq for LongFlag
impl StructuralPartialEq for LongFlag
Auto Trait Implementations§
impl Freeze for LongFlag
impl RefUnwindSafe for LongFlag
impl Send for LongFlag
impl Sync for LongFlag
impl Unpin for LongFlag
impl UnsafeUnpin for LongFlag
impl UnwindSafe for LongFlag
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