pub struct NarEntry {
pub name: String,
pub node: NarNode,
}Expand description
A named entry within a NAR directory node.
Fields§
§name: StringEntry filename (relative, no path separators).
node: NarNodeThe file, symlink, or subdirectory at this entry.
Trait Implementations§
impl Eq for NarEntry
impl StructuralPartialEq for NarEntry
Auto Trait Implementations§
impl Freeze for NarEntry
impl RefUnwindSafe for NarEntry
impl Send for NarEntry
impl Sync for NarEntry
impl Unpin for NarEntry
impl UnsafeUnpin for NarEntry
impl UnwindSafe for NarEntry
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