pub struct QueueProcessor {}Expand description
Queue processor for handling message queues
Implementations§
Auto Trait Implementations§
impl Freeze for QueueProcessor
impl RefUnwindSafe for QueueProcessor
impl Send for QueueProcessor
impl Sync for QueueProcessor
impl Unpin for QueueProcessor
impl UnsafeUnpin for QueueProcessor
impl UnwindSafe for QueueProcessor
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