pub struct DeserializedBatch {
pub events: Vec<QueryEvent>,
pub proxy_id: String,
pub batch_seq: u64,
}Expand description
A deserialized batch of query events
Fields§
§events: Vec<QueryEvent>The events in this batch
proxy_id: StringProxy instance identifier
batch_seq: u64Batch sequence number
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeserializedBatch
impl RefUnwindSafe for DeserializedBatch
impl Send for DeserializedBatch
impl Sync for DeserializedBatch
impl Unpin for DeserializedBatch
impl UnsafeUnpin for DeserializedBatch
impl UnwindSafe for DeserializedBatch
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