Enum cli::types::InstallCrate [−][src]
pub enum InstallCrate {
Enabled(bool),
Value(String),
CrateInfo(InstallCrateInfo),
RustupComponentInfo(InstallRustupComponentInfo),
CargoPluginInfo(InstallCargoPluginInfo),
}Expand description
Install crate name or params
Variants
Enabled(bool)Enables to prevent installation flow
Value(String)The value as string
CrateInfo(InstallCrateInfo)Install crate params
RustupComponentInfo(InstallRustupComponentInfo)Install rustup component params
CargoPluginInfo(InstallCargoPluginInfo)Install cargo plugin info
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for InstallCrateimpl Send for InstallCrateimpl Sync for InstallCrateimpl Unpin for InstallCrateimpl UnwindSafe for InstallCrateBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V