pub struct Cli {
pub matches: ArgMatches,
}Fields§
§matches: ArgMatchesImplementations§
Source§impl Cli
impl Cli
pub fn new() -> Self
pub fn reply_supports(&self, pre: &dyn Preprocessor)
Auto Trait Implementations§
impl Freeze for Cli
impl !RefUnwindSafe for Cli
impl Send for Cli
impl Sync for Cli
impl Unpin for Cli
impl !UnwindSafe for Cli
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