pub struct IngestionBatch {
pub batch: Vec<IngestionEvent>,
}Expand description
The body of an ingestion request.
Fields§
§batch: Vec<IngestionEvent>Trait Implementations§
Source§impl Clone for IngestionBatch
impl Clone for IngestionBatch
Source§fn clone(&self) -> IngestionBatch
fn clone(&self) -> IngestionBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IngestionBatch
impl Debug for IngestionBatch
Auto Trait Implementations§
impl Freeze for IngestionBatch
impl RefUnwindSafe for IngestionBatch
impl Send for IngestionBatch
impl Sync for IngestionBatch
impl Unpin for IngestionBatch
impl UnsafeUnpin for IngestionBatch
impl UnwindSafe for IngestionBatch
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