pub struct ImportReport {
pub sent: u64,
pub errors: u64,
pub offset: u64,
}Expand description
Import stats.
Fields§
§sent: u64Commands sent successfully.
errors: u64-ERR replies (counted, not fatal unless strict).
offset: u64Byte offset reached in the source file.
Auto Trait Implementations§
impl Freeze for ImportReport
impl RefUnwindSafe for ImportReport
impl Send for ImportReport
impl Sync for ImportReport
impl Unpin for ImportReport
impl UnsafeUnpin for ImportReport
impl UnwindSafe for ImportReport
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