Enum lockpool::TryLockError [−][src]
pub enum TryLockError<K, G> {
Poisoned(PoisonError<K, G>),
WouldBlock,
}Variants
Poisoned(PoisonError<K, G>)Tuple Fields of Poisoned
0: PoisonError<K, G>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 TryLockError<K, G> where
G: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, G> Send for TryLockError<K, G> where
G: Send,
K: Send,
impl<K, G> Sync for TryLockError<K, G> where
G: Sync,
K: Sync,
impl<K, G> Unpin for TryLockError<K, G> where
G: Unpin,
K: Unpin,
impl<K, G> UnwindSafe for TryLockError<K, G> where
G: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more