pub struct PathInfo {
pub path: String,
pub deriver: String,
pub nar_hash: String,
pub references: String,
pub registration_time: i64,
pub nar_size: u64,
pub ultimate: bool,
pub signatures: String,
pub ca: String,
}Fields§
§path: String§deriver: String§nar_hash: String§references: String§registration_time: i64§nar_size: u64§ultimate: bool§signatures: String§ca: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PathInfo
impl RefUnwindSafe for PathInfo
impl Send for PathInfo
impl Sync for PathInfo
impl Unpin for PathInfo
impl UnwindSafe for PathInfo
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