pub struct InfoArgs {
pub project_root: Option<PathBuf>,
pub dep_name: String,
}Expand description
Decoded form of the info subcommand.
Fields§
§project_root: Option<PathBuf>§dep_name: StringAuto Trait Implementations§
impl Freeze for InfoArgs
impl RefUnwindSafe for InfoArgs
impl Send for InfoArgs
impl Sync for InfoArgs
impl Unpin for InfoArgs
impl UnsafeUnpin for InfoArgs
impl UnwindSafe for InfoArgs
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