Struct cli::types::InstallRustupComponentInfo [−][src]
pub struct InstallRustupComponentInfo { pub rustup_component_name: String, pub binary: Option<String>, pub test_arg: Option<TestArg>, }
Expand description
Holds instructions how to install a rustup component
Fields
rustup_component_name: String
The component to install via rustup
binary: Option<String>
The binary file name to be used to test if the crate is already installed
test_arg: Option<TestArg>
Test argument that will be used to check that the crate is installed
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 InstallRustupComponentInfo
impl Send for InstallRustupComponentInfo
impl Sync for InstallRustupComponentInfo
impl Unpin for InstallRustupComponentInfo
impl UnwindSafe for InstallRustupComponentInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V