Struct antidote::TryLockError [−][src]
pub struct TryLockError(_);
Like std::sync::TryLockError.
Trait Implementations
impl Debug for TryLockError[src]
impl Debug for TryLockErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for TryLockError[src]
impl Display for TryLockErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for TryLockError[src]
impl Error for TryLockErrorAuto Trait Implementations
impl Send for TryLockError
impl Send for TryLockErrorimpl Sync for TryLockError
impl Sync for TryLockError