pub struct TarReport {
pub files: u32,
pub directories: u32,
pub symlinks: u32,
pub bytes: u64,
}Fields§
§files: u32§directories: u32§symlinks: u32§bytes: u64Uncompressed payload, excluding tar headers and padding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TarReport
impl RefUnwindSafe for TarReport
impl Send for TarReport
impl Sync for TarReport
impl Unpin for TarReport
impl UnsafeUnpin for TarReport
impl UnwindSafe for TarReport
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