pub struct WaitQueueFull;
Expand description
An error indicating the FairSemaphore
’s wait queue is full.
Trait Implementations§
Source§impl Clone for WaitQueueFull
impl Clone for WaitQueueFull
Source§fn clone(&self) -> WaitQueueFull
fn clone(&self) -> WaitQueueFull
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 WaitQueueFull
impl Debug for WaitQueueFull
Source§impl PartialEq for WaitQueueFull
impl PartialEq for WaitQueueFull
impl Copy for WaitQueueFull
impl Eq for WaitQueueFull
impl StructuralPartialEq for WaitQueueFull
Auto Trait Implementations§
impl Freeze for WaitQueueFull
impl RefUnwindSafe for WaitQueueFull
impl Send for WaitQueueFull
impl Sync for WaitQueueFull
impl Unpin for WaitQueueFull
impl UnwindSafe for WaitQueueFull
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