pub struct QueueFull;
Expand description
An error indicating the queue is full.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueueFull
impl RefUnwindSafe for QueueFull
impl Send for QueueFull
impl Sync for QueueFull
impl Unpin for QueueFull
impl UnwindSafe for QueueFull
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