pub struct QueueProcessor { /* private fields */ }
Implementations§
Source§impl QueueProcessor
impl QueueProcessor
pub fn process_in_thread(self) -> JoinHandle<Result<(), QueueError>>
Auto Trait Implementations§
impl Freeze for QueueProcessor
impl !RefUnwindSafe for QueueProcessor
impl Send for QueueProcessor
impl !Sync for QueueProcessor
impl Unpin 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