pub enum ArtifactCacheBatchFailurePhase {
Preparation,
Callback,
Commit,
}Expand description
Primary phase in which a generic artifact batch entry failed.
Variants§
Preparation
Cache preparation failed before the population callback ran.
Callback
The caller’s population callback failed.
Commit
Transaction commit failed after successful population.
Trait Implementations§
Source§impl Clone for ArtifactCacheBatchFailurePhase
impl Clone for ArtifactCacheBatchFailurePhase
Source§fn clone(&self) -> ArtifactCacheBatchFailurePhase
fn clone(&self) -> ArtifactCacheBatchFailurePhase
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 ArtifactCacheBatchFailurePhase
impl Eq for ArtifactCacheBatchFailurePhase
impl StructuralPartialEq for ArtifactCacheBatchFailurePhase
Auto Trait Implementations§
impl Freeze for ArtifactCacheBatchFailurePhase
impl RefUnwindSafe for ArtifactCacheBatchFailurePhase
impl Send for ArtifactCacheBatchFailurePhase
impl Sync for ArtifactCacheBatchFailurePhase
impl Unpin for ArtifactCacheBatchFailurePhase
impl UnsafeUnpin for ArtifactCacheBatchFailurePhase
impl UnwindSafe for ArtifactCacheBatchFailurePhase
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CustomError for T
impl<T> CustomError for T
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.