Enum cli::types::InstallCrate
source · pub enum InstallCrate {
Value(String),
CrateInfo(InstallCrateInfo),
RustupComponentInfo(InstallRustupComponentInfo),
}Expand description
Install crate name or params
Variants§
Value(String)
The value as string
CrateInfo(InstallCrateInfo)
Install crate params
RustupComponentInfo(InstallRustupComponentInfo)
Install rustup component params
Trait Implementations§
source§impl Clone for InstallCrate
impl Clone for InstallCrate
source§fn clone(&self) -> InstallCrate
fn clone(&self) -> InstallCrate
Returns a copy 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 InstallCrate
impl Debug for InstallCrate
source§impl<'de> Deserialize<'de> for InstallCrate
impl<'de> Deserialize<'de> for InstallCrate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for InstallCrate
impl PartialEq for InstallCrate
source§fn eq(&self, other: &InstallCrate) -> bool
fn eq(&self, other: &InstallCrate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for InstallCrate
impl RefUnwindSafe for InstallCrate
impl Send for InstallCrate
impl Sync for InstallCrate
impl Unpin for InstallCrate
impl UnwindSafe for InstallCrate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)