pub struct DiagnosticRoundCounters {
pub pushed: u32,
pub applied: usize,
pub rejected: usize,
pub retryable: usize,
pub conflicts: u32,
pub commits_applied: u32,
pub segment_rows_applied: u32,
pub bootstrapping: usize,
pub resets: usize,
pub revoked: usize,
pub failed: usize,
pub deferred_commits: usize,
}Fields§
§pushed: u32§applied: usize§rejected: usize§retryable: usize§conflicts: u32§commits_applied: u32§segment_rows_applied: u32§bootstrapping: usize§resets: usize§revoked: usize§failed: usize§deferred_commits: usizeTrait Implementations§
Source§impl Clone for DiagnosticRoundCounters
impl Clone for DiagnosticRoundCounters
Source§fn clone(&self) -> DiagnosticRoundCounters
fn clone(&self) -> DiagnosticRoundCounters
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 DiagnosticRoundCounters
impl Debug for DiagnosticRoundCounters
Source§impl Default for DiagnosticRoundCounters
impl Default for DiagnosticRoundCounters
Source§fn default() -> DiagnosticRoundCounters
fn default() -> DiagnosticRoundCounters
Returns the “default value” for a type. Read more
impl Eq for DiagnosticRoundCounters
Source§impl PartialEq for DiagnosticRoundCounters
impl PartialEq for DiagnosticRoundCounters
Source§impl Serialize for DiagnosticRoundCounters
impl Serialize for DiagnosticRoundCounters
impl StructuralPartialEq for DiagnosticRoundCounters
Auto Trait Implementations§
impl Freeze for DiagnosticRoundCounters
impl RefUnwindSafe for DiagnosticRoundCounters
impl Send for DiagnosticRoundCounters
impl Sync for DiagnosticRoundCounters
impl Unpin for DiagnosticRoundCounters
impl UnsafeUnpin for DiagnosticRoundCounters
impl UnwindSafe for DiagnosticRoundCounters
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