pub struct StorePathInfo {
pub name: StorePath,
pub producer: Option<DerivationId>,
pub input_for: HashSet<DerivationId>,
}Expand description
Store path information
Fields§
§name: StorePath§producer: Option<DerivationId>§input_for: HashSet<DerivationId>Trait Implementations§
Source§impl Clone for StorePathInfo
impl Clone for StorePathInfo
Source§fn clone(&self) -> StorePathInfo
fn clone(&self) -> StorePathInfo
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 StorePathInfo
impl RefUnwindSafe for StorePathInfo
impl Send for StorePathInfo
impl Sync for StorePathInfo
impl Unpin for StorePathInfo
impl UnsafeUnpin for StorePathInfo
impl UnwindSafe for StorePathInfo
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