pub struct IngestBatchResult {
pub event_ids: Vec<String>,
pub total_chunks: usize,
pub chunked_events: usize,
}Fields§
§event_ids: Vec<String>§total_chunks: usize§chunked_events: usizeTrait Implementations§
Source§impl Clone for IngestBatchResult
impl Clone for IngestBatchResult
Source§fn clone(&self) -> IngestBatchResult
fn clone(&self) -> IngestBatchResult
Returns a duplicate of the value. Read more
1.0.0 · 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 IngestBatchResult
impl Debug for IngestBatchResult
Source§impl Default for IngestBatchResult
impl Default for IngestBatchResult
Source§fn default() -> IngestBatchResult
fn default() -> IngestBatchResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IngestBatchResult
impl RefUnwindSafe for IngestBatchResult
impl Send for IngestBatchResult
impl Sync for IngestBatchResult
impl Unpin for IngestBatchResult
impl UnsafeUnpin for IngestBatchResult
impl UnwindSafe for IngestBatchResult
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