pub struct ExportStats {
pub streams_exported: usize,
pub messages_exported: usize,
}Expand description
Counts returned after a successful export.
Fields§
§streams_exported: usizeNumber of streams written to the output.
messages_exported: usizeTotal number of messages across all exported streams.
Auto Trait Implementations§
impl Freeze for ExportStats
impl RefUnwindSafe for ExportStats
impl Send for ExportStats
impl Sync for ExportStats
impl Unpin for ExportStats
impl UnsafeUnpin for ExportStats
impl UnwindSafe for ExportStats
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