pub struct PkgDetails {
pub pkg_name: &'static str,
pub pkg_version: &'static str,
}Fields§
§pkg_name: &'static str§pkg_version: &'static strTrait Implementations§
Source§impl Clone for PkgDetails
impl Clone for PkgDetails
Source§fn clone(&self) -> PkgDetails
fn clone(&self) -> PkgDetails
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 PkgDetails
impl RefUnwindSafe for PkgDetails
impl Send for PkgDetails
impl Sync for PkgDetails
impl Unpin for PkgDetails
impl UnwindSafe for PkgDetails
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