pub struct HistoryBatchCompletedEvent {
pub requested: usize,
pub successes: usize,
pub missing: usize,
pub failures: usize,
pub concurrency: usize,
pub mode: HistoryBatchMode,
}Fields§
§requested: usize§successes: usize§missing: usize§failures: usize§concurrency: usize§mode: HistoryBatchModeTrait Implementations§
Source§impl Clone for HistoryBatchCompletedEvent
impl Clone for HistoryBatchCompletedEvent
Source§fn clone(&self) -> HistoryBatchCompletedEvent
fn clone(&self) -> HistoryBatchCompletedEvent
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 HistoryBatchCompletedEvent
impl Debug for HistoryBatchCompletedEvent
impl Eq for HistoryBatchCompletedEvent
impl StructuralPartialEq for HistoryBatchCompletedEvent
Auto Trait Implementations§
impl Freeze for HistoryBatchCompletedEvent
impl RefUnwindSafe for HistoryBatchCompletedEvent
impl Send for HistoryBatchCompletedEvent
impl Sync for HistoryBatchCompletedEvent
impl Unpin for HistoryBatchCompletedEvent
impl UnsafeUnpin for HistoryBatchCompletedEvent
impl UnwindSafe for HistoryBatchCompletedEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.