Expand description
Struct containing information about a package installed with nix profile.
Fields
name: Stringoriginalurl: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProfilePkg
impl Send for ProfilePkg
impl Sync for ProfilePkg
impl Unpin for ProfilePkg
impl UnwindSafe for ProfilePkg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more