Enum nix_nar::debug::ReadContent
source · [−]pub enum ReadContent {
Directory,
Symlink {
target: PathBuf,
},
File {
executable: bool,
size: u64,
offset: u64,
data: Vec<u8>,
},
}Variants
Directory
Symlink
Fields
target: PathBufFile
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReadContent
impl Send for ReadContent
impl Sync for ReadContent
impl Unpin for ReadContent
impl UnwindSafe for ReadContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more