pub struct WriterStats {
pub total_chunks: u64,
pub total_written_bytes: u64,
pub verified_files: usize,
pub corrupt_files: usize,
pub verified_bytes: u64,
pub corrupt_bytes: u64,
}Fields§
§total_chunks: u64§total_written_bytes: u64§verified_files: usize§corrupt_files: usize§verified_bytes: u64§corrupt_bytes: u64Trait Implementations§
Source§impl Clone for WriterStats
impl Clone for WriterStats
Source§fn clone(&self) -> WriterStats
fn clone(&self) -> WriterStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WriterStats
impl Debug for WriterStats
Source§impl<'de> Deserialize<'de> for WriterStats
impl<'de> Deserialize<'de> for WriterStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WriterStats
impl RefUnwindSafe for WriterStats
impl Send for WriterStats
impl Sync for WriterStats
impl Unpin for WriterStats
impl UnsafeUnpin for WriterStats
impl UnwindSafe for WriterStats
Blanket Implementations§
impl<T> Allocation for T
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