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 moreAuto Trait Implementations§
impl RefUnwindSafe for CrateDetails
impl Send for CrateDetails
impl Sync for CrateDetails
impl Unpin for CrateDetails
impl UnwindSafe for CrateDetails
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