Enum lockpool::PoisonError [−][src]
pub enum PoisonError<K, G> {
LockPoisoned {
key: K,
guard: G,
},
}Variants
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<K, G> RefUnwindSafe for PoisonError<K, G> where
G: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, G> Send for PoisonError<K, G> where
G: Send,
K: Send,
impl<K, G> Sync for PoisonError<K, G> where
G: Sync,
K: Sync,
impl<K, G> Unpin for PoisonError<K, G> where
G: Unpin,
K: Unpin,
impl<K, G> UnwindSafe for PoisonError<K, G> where
G: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more