pub struct App<Opts> { /* private fields */ }
Expand description
The CLI app to run.
Implementations§
Auto Trait Implementations§
impl<Opts> Freeze for App<Opts>where
Opts: Freeze,
impl<Opts> RefUnwindSafe for App<Opts>where
Opts: RefUnwindSafe,
impl<Opts> Send for App<Opts>where
Opts: Send,
impl<Opts> Sync for App<Opts>where
Opts: Sync,
impl<Opts> Unpin for App<Opts>where
Opts: Unpin,
impl<Opts> UnwindSafe for App<Opts>where
Opts: UnwindSafe,
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