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