pub struct Pkg2Profile {
pub profile: WzProfile,
pub hash: u64,
}Fields§
§profile: WzProfile§hash: u64Implementations§
Trait Implementations§
Source§impl Clone for Pkg2Profile
impl Clone for Pkg2Profile
Source§fn clone(&self) -> Pkg2Profile
fn clone(&self) -> Pkg2Profile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Pkg2Profile
impl RefUnwindSafe for Pkg2Profile
impl Send for Pkg2Profile
impl Sync for Pkg2Profile
impl Unpin for Pkg2Profile
impl UnsafeUnpin for Pkg2Profile
impl UnwindSafe for Pkg2Profile
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