Struct nbuild_core::models::nix::Package
source · pub struct Package { /* private fields */ }Expand description
A package for a nix buildRustCrate block.
Implementations§
Trait Implementations§
source§impl PartialEq<Package> for Package
impl PartialEq<Package> for Package
impl StructuralPartialEq for Package
Auto Trait Implementations§
impl !RefUnwindSafe for Package
impl !Send for Package
impl !Sync for Package
impl Unpin for Package
impl !UnwindSafe for Package
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