pub struct ValidPathInfo {
pub path: StorePath<String>,
pub info: UnkeyedValidPathInfo,
}Available on crate feature
daemon only.Expand description
Fields§
§path: StorePath<String>§info: UnkeyedValidPathInfoTrait Implementations§
Source§impl Debug for ValidPathInfo
impl Debug for ValidPathInfo
Source§impl NixDeserialize for ValidPathInfo
impl NixDeserialize for ValidPathInfo
Auto Trait Implementations§
impl Freeze for ValidPathInfo
impl RefUnwindSafe for ValidPathInfo
impl Send for ValidPathInfo
impl Sync for ValidPathInfo
impl Unpin for ValidPathInfo
impl UnsafeUnpin for ValidPathInfo
impl UnwindSafe for ValidPathInfo
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