Struct eventstore::ProjectionStatus
source · pub struct ProjectionStatus {Show 19 fields
pub core_processing_time: i64,
pub version: i64,
pub epoch: i64,
pub effective_name: String,
pub writes_in_progress: i32,
pub reads_in_progress: i32,
pub partitions_cached: i32,
pub status: String,
pub state_reason: String,
pub name: String,
pub mode: String,
pub position: String,
pub progress: f32,
pub last_checkpoint: String,
pub events_processed_after_restart: i64,
pub checkpoint_status: String,
pub buffered_events: i64,
pub write_pending_events_before_checkpoint: i32,
pub write_pending_events_after_checkpoint: i32,
}Fields§
§core_processing_time: i64§version: i64§epoch: i64§effective_name: String§writes_in_progress: i32§reads_in_progress: i32§partitions_cached: i32§status: String§state_reason: String§name: String§mode: String§position: String§progress: f32§last_checkpoint: String§events_processed_after_restart: i64§checkpoint_status: String§buffered_events: i64§write_pending_events_before_checkpoint: i32§write_pending_events_after_checkpoint: i32Trait Implementations§
source§impl Clone for ProjectionStatus
impl Clone for ProjectionStatus
source§fn clone(&self) -> ProjectionStatus
fn clone(&self) -> ProjectionStatus
Returns a copy 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 RefUnwindSafe for ProjectionStatus
impl Send for ProjectionStatus
impl Sync for ProjectionStatus
impl Unpin for ProjectionStatus
impl UnwindSafe for ProjectionStatus
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request