pub struct Directory {
path: PathBuf,
uid: usize,
gid: usize,
mode: String,
time: usize,
}
Expand description
A directory type path statement in an mtree file.
Fields§
§path: PathBuf
§uid: usize
§gid: usize
§mode: String
§time: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Directory
impl RefUnwindSafe for Directory
impl Send for Directory
impl Sync for Directory
impl Unpin for Directory
impl UnwindSafe for Directory
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