pub struct QueryValidPaths {
pub paths: Vec<StorePath<String>>,
pub substitute: bool,
}Available on crate feature
daemon only.Expand description
Request tuple for super::worker_protocol::Operation::QueryValidPaths
Fields§
§paths: Vec<StorePath<String>>§substitute: boolTrait Implementations§
Source§impl NixDeserialize for QueryValidPaths
impl NixDeserialize for QueryValidPaths
Auto Trait Implementations§
impl Freeze for QueryValidPaths
impl RefUnwindSafe for QueryValidPaths
impl Send for QueryValidPaths
impl Sync for QueryValidPaths
impl Unpin for QueryValidPaths
impl UnwindSafe for QueryValidPaths
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more