pub enum RequestStateHazardPoisonCause {
FailedButQuiescent,
IndeterminateAfterDrain,
InFlightOwnerDropped,
CoordinatorInvariant,
}Variants§
Trait Implementations§
Source§impl Clone for RequestStateHazardPoisonCause
impl Clone for RequestStateHazardPoisonCause
Source§fn clone(&self) -> RequestStateHazardPoisonCause
fn clone(&self) -> RequestStateHazardPoisonCause
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 RequestStateHazardPoisonCause
impl Eq for RequestStateHazardPoisonCause
impl StructuralPartialEq for RequestStateHazardPoisonCause
Auto Trait Implementations§
impl Freeze for RequestStateHazardPoisonCause
impl RefUnwindSafe for RequestStateHazardPoisonCause
impl Send for RequestStateHazardPoisonCause
impl Sync for RequestStateHazardPoisonCause
impl Unpin for RequestStateHazardPoisonCause
impl UnsafeUnpin for RequestStateHazardPoisonCause
impl UnwindSafe for RequestStateHazardPoisonCause
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