pub struct StreamingRawWriterSummary {
pub archive: WrittenArchiveSummary,
pub input_bytes: u64,
}Fields§
§archive: WrittenArchiveSummary§input_bytes: u64Trait Implementations§
Source§impl Clone for StreamingRawWriterSummary
impl Clone for StreamingRawWriterSummary
Source§fn clone(&self) -> StreamingRawWriterSummary
fn clone(&self) -> StreamingRawWriterSummary
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 StreamingRawWriterSummary
impl Debug for StreamingRawWriterSummary
impl Eq for StreamingRawWriterSummary
Source§impl PartialEq for StreamingRawWriterSummary
impl PartialEq for StreamingRawWriterSummary
Source§fn eq(&self, other: &StreamingRawWriterSummary) -> bool
fn eq(&self, other: &StreamingRawWriterSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamingRawWriterSummary
Auto Trait Implementations§
impl Freeze for StreamingRawWriterSummary
impl RefUnwindSafe for StreamingRawWriterSummary
impl Send for StreamingRawWriterSummary
impl Sync for StreamingRawWriterSummary
impl Unpin for StreamingRawWriterSummary
impl UnsafeUnpin for StreamingRawWriterSummary
impl UnwindSafe for StreamingRawWriterSummary
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