pub struct CliApp {
pub cli: Cli,
}Expand description
CLI application entry point
Fields§
§cli: CliImplementations§
Auto Trait Implementations§
impl Freeze for CliApp
impl RefUnwindSafe for CliApp
impl Send for CliApp
impl Sync for CliApp
impl Unpin for CliApp
impl UnwindSafe for CliApp
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