pub struct BulkOutcome {
pub succeeded: u64,
pub failed: u64,
pub skipped: u64,
pub total: u64,
}Fields§
§succeeded: u64§failed: u64§skipped: u64§total: u64Trait Implementations§
Source§impl Clone for BulkOutcome
impl Clone for BulkOutcome
Source§fn clone(&self) -> BulkOutcome
fn clone(&self) -> BulkOutcome
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 BulkOutcome
impl Debug for BulkOutcome
Source§impl Default for BulkOutcome
impl Default for BulkOutcome
Source§fn default() -> BulkOutcome
fn default() -> BulkOutcome
Returns the “default value” for a type. Read more
impl Eq for BulkOutcome
Source§impl PartialEq for BulkOutcome
impl PartialEq for BulkOutcome
impl StructuralPartialEq for BulkOutcome
Auto Trait Implementations§
impl Freeze for BulkOutcome
impl RefUnwindSafe for BulkOutcome
impl Send for BulkOutcome
impl Sync for BulkOutcome
impl Unpin for BulkOutcome
impl UnsafeUnpin for BulkOutcome
impl UnwindSafe for BulkOutcome
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.