Struct nbuild_core::models::nix::Dependency
source · pub struct Dependency { /* private fields */ }Expand description
Used to keep track of the dependencies of a package and whether they have any renames.
Trait Implementations§
source§impl Debug for Dependency
impl Debug for Dependency
source§impl PartialEq<Dependency> for Dependency
impl PartialEq<Dependency> for Dependency
source§fn eq(&self, other: &Dependency) -> bool
fn eq(&self, other: &Dependency) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Dependency
Auto Trait Implementations§
impl !RefUnwindSafe for Dependency
impl !Send for Dependency
impl !Sync for Dependency
impl Unpin for Dependency
impl !UnwindSafe for Dependency
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