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