pub struct NoQueue;Expand description
The default queue: async writes are unavailable. An async request against a
pipeline with no queue is refused with 422, never accepted-and-dropped.
Trait Implementations§
impl Copy for NoQueue
Source§impl WriteQueue for NoQueue
impl WriteQueue for NoQueue
Auto Trait Implementations§
impl Freeze for NoQueue
impl RefUnwindSafe for NoQueue
impl Send for NoQueue
impl Sync for NoQueue
impl Unpin for NoQueue
impl UnsafeUnpin for NoQueue
impl UnwindSafe for NoQueue
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