Struct embassy_sync::semaphore::WaitQueueFull
source · 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§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
source§fn eq(&self, other: &WaitQueueFull) -> bool
fn eq(&self, other: &WaitQueueFull) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)