Struct modality_ingest_client::IngestStatus
source · [−]pub struct IngestStatus {
pub current_timeline: Option<TimelineId>,
pub events_received: u64,
pub events_written: u64,
pub events_pending: u64,
}Fields
current_timeline: Option<TimelineId>events_received: u64events_written: u64events_pending: u64Auto Trait Implementations
impl RefUnwindSafe for IngestStatus
impl Send for IngestStatus
impl Sync for IngestStatus
impl Unpin for IngestStatus
impl UnwindSafe for IngestStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more