pub struct WriteReport {
pub created: usize,
pub updated: usize,
pub unchanged: usize,
}Expand description
Summary of what the writer did.
Fields§
§created: usize§updated: usize§unchanged: usizeTrait Implementations§
Source§impl Debug for WriteReport
impl Debug for WriteReport
Source§impl Default for WriteReport
impl Default for WriteReport
Source§fn default() -> WriteReport
fn default() -> WriteReport
Returns the “default value” for a type. Read more
Source§impl PartialEq for WriteReport
impl PartialEq for WriteReport
Source§fn eq(&self, other: &WriteReport) -> bool
fn eq(&self, other: &WriteReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteReport
Auto Trait Implementations§
impl Freeze for WriteReport
impl RefUnwindSafe for WriteReport
impl Send for WriteReport
impl Sync for WriteReport
impl Unpin for WriteReport
impl UnsafeUnpin for WriteReport
impl UnwindSafe for WriteReport
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