pub struct ProjectionRebuildReport {
pub events_replayed: u64,
pub mutations_applied: u64,
}Expand description
Outcome of a projection rebuild from the append-only event log.
Fields§
§events_replayed: u64§mutations_applied: u64Trait Implementations§
Source§impl Clone for ProjectionRebuildReport
impl Clone for ProjectionRebuildReport
Source§fn clone(&self) -> ProjectionRebuildReport
fn clone(&self) -> ProjectionRebuildReport
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 moreimpl Copy for ProjectionRebuildReport
Source§impl Debug for ProjectionRebuildReport
impl Debug for ProjectionRebuildReport
impl Eq for ProjectionRebuildReport
Source§impl PartialEq for ProjectionRebuildReport
impl PartialEq for ProjectionRebuildReport
impl StructuralPartialEq for ProjectionRebuildReport
Auto Trait Implementations§
impl Freeze for ProjectionRebuildReport
impl RefUnwindSafe for ProjectionRebuildReport
impl Send for ProjectionRebuildReport
impl Sync for ProjectionRebuildReport
impl Unpin for ProjectionRebuildReport
impl UnsafeUnpin for ProjectionRebuildReport
impl UnwindSafe for ProjectionRebuildReport
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