pub struct ArtifactCacheBatchOutcome { /* private fields */ }Expand description
Successful outcomes from sequential independent artifact transactions.
Implementations§
Source§impl ArtifactCacheBatchOutcome
impl ArtifactCacheBatchOutcome
Sourcepub fn outcomes(&self) -> &[ArtifactCacheOutcome]
pub fn outcomes(&self) -> &[ArtifactCacheOutcome]
Successful outcomes in specification order.
Sourcepub fn into_outcomes(self) -> Vec<ArtifactCacheOutcome>
pub fn into_outcomes(self) -> Vec<ArtifactCacheOutcome>
Consume the report and return its ordered outcomes.
Trait Implementations§
Source§impl Clone for ArtifactCacheBatchOutcome
impl Clone for ArtifactCacheBatchOutcome
Source§fn clone(&self) -> ArtifactCacheBatchOutcome
fn clone(&self) -> ArtifactCacheBatchOutcome
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 ArtifactCacheBatchOutcome
impl Debug for ArtifactCacheBatchOutcome
Source§impl Display for ArtifactCacheBatchOutcome
impl Display for ArtifactCacheBatchOutcome
impl Eq for ArtifactCacheBatchOutcome
impl StructuralPartialEq for ArtifactCacheBatchOutcome
Auto Trait Implementations§
impl Freeze for ArtifactCacheBatchOutcome
impl RefUnwindSafe for ArtifactCacheBatchOutcome
impl Send for ArtifactCacheBatchOutcome
impl Sync for ArtifactCacheBatchOutcome
impl Unpin for ArtifactCacheBatchOutcome
impl UnsafeUnpin for ArtifactCacheBatchOutcome
impl UnwindSafe for ArtifactCacheBatchOutcome
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.