Struct embassy_sync::mutex::TryLockError
source · pub struct TryLockError;
Expand description
Error returned by Mutex::try_lock
Trait Implementations§
source§impl Clone for TryLockError
impl Clone for TryLockError
source§fn clone(&self) -> TryLockError
fn clone(&self) -> TryLockError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TryLockError
impl Debug for TryLockError
source§impl PartialEq<TryLockError> for TryLockError
impl PartialEq<TryLockError> for TryLockError
source§fn eq(&self, other: &TryLockError) -> bool
fn eq(&self, other: &TryLockError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.