pub enum SyncProgressPhase {
IndexingIssues,
IndexComplete,
HydratingIssueDetails,
HydratingLabels,
HydratingRelations,
HydratingComments,
WaitingForRateLimitRetry,
}Variants§
IndexingIssues
IndexComplete
HydratingIssueDetails
HydratingLabels
HydratingRelations
HydratingComments
WaitingForRateLimitRetry
Trait Implementations§
Source§impl Clone for SyncProgressPhase
impl Clone for SyncProgressPhase
Source§fn clone(&self) -> SyncProgressPhase
fn clone(&self) -> SyncProgressPhase
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 moreimpl Copy for SyncProgressPhase
Source§impl Debug for SyncProgressPhase
impl Debug for SyncProgressPhase
impl Eq for SyncProgressPhase
Source§impl PartialEq for SyncProgressPhase
impl PartialEq for SyncProgressPhase
impl StructuralPartialEq for SyncProgressPhase
Auto Trait Implementations§
impl Freeze for SyncProgressPhase
impl RefUnwindSafe for SyncProgressPhase
impl Send for SyncProgressPhase
impl Sync for SyncProgressPhase
impl Unpin for SyncProgressPhase
impl UnsafeUnpin for SyncProgressPhase
impl UnwindSafe for SyncProgressPhase
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.