pub struct FlagConverter { /* private fields */ }Expand description
FlagConverter implements the conversion logic for converting a Val into a set of command line flags.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlagConverter
impl RefUnwindSafe for FlagConverter
impl Send for FlagConverter
impl Sync for FlagConverter
impl Unpin for FlagConverter
impl UnwindSafe for FlagConverter
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