pub struct DuResults {
pub chunks: usize,
pub bytes: u64,
}Fields§
§chunks: usize§bytes: u64Auto Trait Implementations§
impl Freeze for DuResults
impl RefUnwindSafe for DuResults
impl Send for DuResults
impl Sync for DuResults
impl Unpin for DuResults
impl UnwindSafe for DuResults
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