pub struct StreamStatusEvents {
pub stream_id: Uuid,
pub source_key: String,
pub events: Vec<IngestStatusEvent>,
}Expand description
Status events fetched for one stream.
Fields§
§stream_id: Uuid§source_key: String§events: Vec<IngestStatusEvent>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamStatusEvents
impl RefUnwindSafe for StreamStatusEvents
impl Send for StreamStatusEvents
impl Sync for StreamStatusEvents
impl Unpin for StreamStatusEvents
impl UnsafeUnpin for StreamStatusEvents
impl UnwindSafe for StreamStatusEvents
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