pub struct NewArgs {
pub name: String,
pub path: Option<PathBuf>,
pub force: bool,
}Expand description
Decoded form of the new subcommand’s arguments.
Fields§
§name: String§path: Option<PathBuf>§force: boolAuto Trait Implementations§
impl Freeze for NewArgs
impl RefUnwindSafe for NewArgs
impl Send for NewArgs
impl Sync for NewArgs
impl Unpin for NewArgs
impl UnsafeUnpin for NewArgs
impl UnwindSafe for NewArgs
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