pub struct IssueIndexSyncResult {
pub indexed: usize,
pub inserted: usize,
pub updated: usize,
pub unchanged: usize,
pub queued_for_hydration: usize,
pub committed_checkpoint: String,
}Fields§
§indexed: usize§inserted: usize§updated: usize§unchanged: usize§queued_for_hydration: usize§committed_checkpoint: StringTrait Implementations§
Source§impl Clone for IssueIndexSyncResult
impl Clone for IssueIndexSyncResult
Source§fn clone(&self) -> IssueIndexSyncResult
fn clone(&self) -> IssueIndexSyncResult
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 IssueIndexSyncResult
impl Debug for IssueIndexSyncResult
Source§impl Default for IssueIndexSyncResult
impl Default for IssueIndexSyncResult
Source§fn default() -> IssueIndexSyncResult
fn default() -> IssueIndexSyncResult
Returns the “default value” for a type. Read more
impl Eq for IssueIndexSyncResult
Source§impl From<IssueIndexSyncResult> for RtIssueIndexSyncResult
impl From<IssueIndexSyncResult> for RtIssueIndexSyncResult
Source§fn from(value: IssueIndexSyncResult) -> Self
fn from(value: IssueIndexSyncResult) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IssueIndexSyncResult
impl PartialEq for IssueIndexSyncResult
impl StructuralPartialEq for IssueIndexSyncResult
Auto Trait Implementations§
impl Freeze for IssueIndexSyncResult
impl RefUnwindSafe for IssueIndexSyncResult
impl Send for IssueIndexSyncResult
impl Sync for IssueIndexSyncResult
impl Unpin for IssueIndexSyncResult
impl UnsafeUnpin for IssueIndexSyncResult
impl UnwindSafe for IssueIndexSyncResult
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.