pub struct Released;Expand description
Lock has been released (for documentation; locks in this state don’t exist at runtime).
Trait Implementations§
impl Copy for Released
impl Eq for Released
impl LockState for Released
impl Sealed for Released
impl StructuralPartialEq for Released
Auto Trait Implementations§
impl Freeze for Released
impl RefUnwindSafe for Released
impl Send for Released
impl Sync for Released
impl Unpin for Released
impl UnwindSafe for Released
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.