#[non_exhaustive]pub enum StandaloneFixturePoolRebuildReason {
DeadPocketIcTransport,
PreviousRestoreFailure,
UnwindWhileLeased,
}Expand description
Why a standalone fixture-pool slot was rebuilt.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
DeadPocketIcTransport
PocketIC transport was no longer reachable during snapshot restoration.
PreviousRestoreFailure
A previous restore failed after it may have partially changed the slot.
UnwindWhileLeased
A lease was dropped while its thread was unwinding.
Trait Implementations§
Source§impl Clone for StandaloneFixturePoolRebuildReason
impl Clone for StandaloneFixturePoolRebuildReason
Source§fn clone(&self) -> StandaloneFixturePoolRebuildReason
fn clone(&self) -> StandaloneFixturePoolRebuildReason
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 StandaloneFixturePoolRebuildReason
impl Eq for StandaloneFixturePoolRebuildReason
impl StructuralPartialEq for StandaloneFixturePoolRebuildReason
Auto Trait Implementations§
impl Freeze for StandaloneFixturePoolRebuildReason
impl RefUnwindSafe for StandaloneFixturePoolRebuildReason
impl Send for StandaloneFixturePoolRebuildReason
impl Sync for StandaloneFixturePoolRebuildReason
impl Unpin for StandaloneFixturePoolRebuildReason
impl UnsafeUnpin for StandaloneFixturePoolRebuildReason
impl UnwindSafe for StandaloneFixturePoolRebuildReason
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<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.