Struct modality_ingest_client::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: u64
§events_written: u64
§events_pending: u64
Auto Trait Implementations§
impl Freeze for IngestStatus
impl RefUnwindSafe for IngestStatus
impl Send for IngestStatus
impl Sync for IngestStatus
impl Unpin for IngestStatus
impl UnwindSafe for IngestStatus
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