pub struct InputDerivation {
pub derivation: DerivationId,
pub outputs: HashSet<OutputName>,
}Expand description
Input derivation for dependency tracking
Fields§
§derivation: DerivationId§outputs: HashSet<OutputName>Trait Implementations§
Source§impl Clone for InputDerivation
impl Clone for InputDerivation
Source§fn clone(&self) -> InputDerivation
fn clone(&self) -> InputDerivation
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 InputDerivation
impl RefUnwindSafe for InputDerivation
impl Send for InputDerivation
impl Sync for InputDerivation
impl Unpin for InputDerivation
impl UnsafeUnpin for InputDerivation
impl UnwindSafe for InputDerivation
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