pub enum LockFreePopErr {
Empty,
ShouldWait,
}Expand description
Represents the possible errors that can occur when lock-free popping a value from a queue.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockFreePopErr
impl RefUnwindSafe for LockFreePopErr
impl Send for LockFreePopErr
impl Sync for LockFreePopErr
impl Unpin for LockFreePopErr
impl UnwindSafe for LockFreePopErr
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