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 duplicate 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 Freeze for CrateDetails
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