pub struct CargoInstall {
pub crates: Vec<String>,
}Expand description
A list of crates to be installed via cargo install
Fields§
§crates: Vec<String>Trait Implementations§
Source§impl Clone for CargoInstall
impl Clone for CargoInstall
Source§fn clone(&self) -> CargoInstall
fn clone(&self) -> CargoInstall
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CargoInstall
impl Debug for CargoInstall
Auto Trait Implementations§
impl Freeze for CargoInstall
impl RefUnwindSafe for CargoInstall
impl Send for CargoInstall
impl Sync for CargoInstall
impl Unpin for CargoInstall
impl UnwindSafe for CargoInstall
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