Struct nix_compat::nix_daemon::types::UnkeyedValidPathInfo
source · pub struct UnkeyedValidPathInfo {
pub deriver: Option<StorePath<String>>,
pub nar_hash: String,
pub references: Vec<StorePath<String>>,
pub registration_time: u64,
pub nar_size: u64,
pub ultimate: bool,
pub signatures: Vec<Signature<String>>,
pub ca: Option<CAHash>,
}
Fields§
§deriver: Option<StorePath<String>>
§nar_hash: String
§references: Vec<StorePath<String>>
§registration_time: u64
§nar_size: u64
§ultimate: bool
§signatures: Vec<Signature<String>>
§ca: Option<CAHash>
Trait Implementations§
source§impl Clone for UnkeyedValidPathInfo
impl Clone for UnkeyedValidPathInfo
source§fn clone(&self) -> UnkeyedValidPathInfo
fn clone(&self) -> UnkeyedValidPathInfo
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 UnkeyedValidPathInfo
impl Debug for UnkeyedValidPathInfo
source§impl Default for UnkeyedValidPathInfo
impl Default for UnkeyedValidPathInfo
source§fn default() -> UnkeyedValidPathInfo
fn default() -> UnkeyedValidPathInfo
Returns the “default value” for a type. Read more
source§impl NixSerialize for UnkeyedValidPathInfo
impl NixSerialize for UnkeyedValidPathInfo
source§impl PartialEq for UnkeyedValidPathInfo
impl PartialEq for UnkeyedValidPathInfo
source§fn eq(&self, other: &UnkeyedValidPathInfo) -> bool
fn eq(&self, other: &UnkeyedValidPathInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UnkeyedValidPathInfo
Auto Trait Implementations§
impl Freeze for UnkeyedValidPathInfo
impl RefUnwindSafe for UnkeyedValidPathInfo
impl Send for UnkeyedValidPathInfo
impl Sync for UnkeyedValidPathInfo
impl Unpin for UnkeyedValidPathInfo
impl UnwindSafe for UnkeyedValidPathInfo
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)