pub struct QueueError;
Expand description
Thrown when the connection pool is empty
Trait Implementations§
Source§impl Debug for QueueError
Debut for PoolIsEmptyError
impl Debug for QueueError
Debut for PoolIsEmptyError
Auto Trait Implementations§
impl Freeze for QueueError
impl RefUnwindSafe for QueueError
impl Send for QueueError
impl Sync for QueueError
impl Unpin for QueueError
impl UnwindSafe for QueueError
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