pub struct DerivationOutputMap {
pub paths: Vec<(NixString, StorePath)>,
}
Fields§
§paths: Vec<(NixString, StorePath)>
Trait Implementations§
Source§impl Clone for DerivationOutputMap
impl Clone for DerivationOutputMap
Source§fn clone(&self) -> DerivationOutputMap
fn clone(&self) -> DerivationOutputMap
Returns a copy 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 moreSource§impl Debug for DerivationOutputMap
impl Debug for DerivationOutputMap
Source§impl<'de> Deserialize<'de> for DerivationOutputMap
impl<'de> Deserialize<'de> for DerivationOutputMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DerivationOutputMap
impl RefUnwindSafe for DerivationOutputMap
impl Send for DerivationOutputMap
impl Sync for DerivationOutputMap
impl Unpin for DerivationOutputMap
impl UnwindSafe for DerivationOutputMap
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