pub struct DarEntry {
pub path: String,
pub size: u64,
}Expand description
Metadata about one archived file.
Fields§
§path: String§size: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DarEntry
impl RefUnwindSafe for DarEntry
impl Send for DarEntry
impl Sync for DarEntry
impl Unpin for DarEntry
impl UnsafeUnpin for DarEntry
impl UnwindSafe for DarEntry
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