struct PausedQueues {
inflate: Queue,
deflate: Queue,
stats: Option<Queue>,
reporting: Option<Queue>,
ws_data: Option<Queue>,
ws_op: Option<Queue>,
}Expand description
When the worker is stopped, the queues are preserved here.
Fields§
§inflate: Queue§deflate: Queue§stats: Option<Queue>§reporting: Option<Queue>§ws_data: Option<Queue>§ws_op: Option<Queue>Implementations§
Auto Trait Implementations§
impl Freeze for PausedQueues
impl !RefUnwindSafe for PausedQueues
impl Send for PausedQueues
impl Sync for PausedQueues
impl Unpin for PausedQueues
impl !UnwindSafe for PausedQueues
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