pub struct BuildPaths {
pub paths: Vec<DerivedPath>,
pub mode: BuildMode,
}Available on crate feature
daemon only.Expand description
Request tuple for super::worker_protocol::Operation::BuildPaths
Fields§
§paths: Vec<DerivedPath>§mode: BuildModeTrait Implementations§
Source§impl NixDeserialize for BuildPaths
impl NixDeserialize for BuildPaths
Auto Trait Implementations§
impl Freeze for BuildPaths
impl RefUnwindSafe for BuildPaths
impl Send for BuildPaths
impl Sync for BuildPaths
impl Unpin for BuildPaths
impl UnsafeUnpin for BuildPaths
impl UnwindSafe for BuildPaths
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