Struct cargo_quickinstall::CrateDetails
source · pub struct CrateDetails {
pub crate_name: String,
pub version: String,
pub target: String,
}Fields§
§crate_name: String§version: String§target: StringTrait Implementations§
source§impl Clone for CrateDetails
impl Clone for CrateDetails
source§fn clone(&self) -> CrateDetails
fn clone(&self) -> CrateDetails
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 more