pub struct IndexRefreshReport {
pub indexed_total: usize,
pub discovered_total: usize,
pub upserted_total: usize,
pub removed_total: usize,
pub providers: Vec<ProviderRefreshReport>,
}Fields§
§indexed_total: usize§discovered_total: usize§upserted_total: usize§removed_total: usize§providers: Vec<ProviderRefreshReport>Trait Implementations§
Source§impl Clone for IndexRefreshReport
impl Clone for IndexRefreshReport
Source§fn clone(&self) -> IndexRefreshReport
fn clone(&self) -> IndexRefreshReport
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 IndexRefreshReport
impl Debug for IndexRefreshReport
Source§impl PartialEq for IndexRefreshReport
impl PartialEq for IndexRefreshReport
Source§fn eq(&self, other: &IndexRefreshReport) -> bool
fn eq(&self, other: &IndexRefreshReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IndexRefreshReport
impl StructuralPartialEq for IndexRefreshReport
Auto Trait Implementations§
impl Freeze for IndexRefreshReport
impl RefUnwindSafe for IndexRefreshReport
impl Send for IndexRefreshReport
impl Sync for IndexRefreshReport
impl Unpin for IndexRefreshReport
impl UnsafeUnpin for IndexRefreshReport
impl UnwindSafe for IndexRefreshReport
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§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.