Struct futures_locks::TryLockError [−][src]
pub struct TryLockError;Expand description
The lock could not be acquired at this time because the operation would otherwise block.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryLockError
impl Send for TryLockError
impl Sync for TryLockError
impl Unpin for TryLockError
impl UnwindSafe for TryLockError
Blanket Implementations
Mutably borrows from an owned value. Read more