pub struct QueryMissingResult {
pub will_build: Vec<StorePath>,
pub will_substitute: Vec<StorePath>,
pub unknown: Vec<StorePath>,
pub download_size: u64,
pub nar_size: u64,
}Available on crate feature
daemon only.Fields§
§will_build: Vec<StorePath>§will_substitute: Vec<StorePath>§unknown: Vec<StorePath>§download_size: u64§nar_size: u64Trait Implementations§
Source§impl Clone for QueryMissingResult
impl Clone for QueryMissingResult
Source§fn clone(&self) -> QueryMissingResult
fn clone(&self) -> QueryMissingResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryMissingResult
impl Debug for QueryMissingResult
Source§impl Hash for QueryMissingResult
impl Hash for QueryMissingResult
Source§impl NixDeserialize for QueryMissingResult
impl NixDeserialize for QueryMissingResult
Source§impl NixSerialize for QueryMissingResult
impl NixSerialize for QueryMissingResult
Source§impl PartialEq for QueryMissingResult
impl PartialEq for QueryMissingResult
Source§fn eq(&self, other: &QueryMissingResult) -> bool
fn eq(&self, other: &QueryMissingResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for QueryMissingResult
impl StructuralPartialEq for QueryMissingResult
Auto Trait Implementations§
impl Freeze for QueryMissingResult
impl RefUnwindSafe for QueryMissingResult
impl Send for QueryMissingResult
impl Sync for QueryMissingResult
impl Unpin for QueryMissingResult
impl UnsafeUnpin for QueryMissingResult
impl UnwindSafe for QueryMissingResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.