pub struct ProjectorStats {
pub events_applied: usize,
pub bytes_processed: usize,
pub duration: Duration,
pub new_cursor: EventId,
}Fields§
§events_applied: usize§bytes_processed: usize§duration: Duration§new_cursor: EventIdTrait Implementations§
Source§impl Clone for ProjectorStats
impl Clone for ProjectorStats
Source§fn clone(&self) -> ProjectorStats
fn clone(&self) -> ProjectorStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProjectorStats
impl RefUnwindSafe for ProjectorStats
impl Send for ProjectorStats
impl Sync for ProjectorStats
impl Unpin for ProjectorStats
impl UnwindSafe for ProjectorStats
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