pub struct ParsedCli {
pub mode: ToolMode,
pub command: Command,
pub command_args: Vec<String>,
}Fields§
§mode: ToolMode§command: Command§command_args: Vec<String>Trait Implementations§
impl Eq for ParsedCli
impl StructuralPartialEq for ParsedCli
Auto Trait Implementations§
impl Freeze for ParsedCli
impl RefUnwindSafe for ParsedCli
impl Send for ParsedCli
impl Sync for ParsedCli
impl Unpin for ParsedCli
impl UnsafeUnpin for ParsedCli
impl UnwindSafe for ParsedCli
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