pub struct CliHandler { /* private fields */ }Expand description
Main CLI handler
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CliHandler
impl !UnwindSafe for CliHandler
impl Freeze for CliHandler
impl Send for CliHandler
impl Sync for CliHandler
impl Unpin for CliHandler
impl UnsafeUnpin for CliHandler
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