pub struct WorkerLoop { /* private fields */ }Expand description
Worker loop state and configuration.
Implementations§
Auto Trait Implementations§
impl Freeze for WorkerLoop
impl RefUnwindSafe for WorkerLoop
impl Send for WorkerLoop
impl Sync for WorkerLoop
impl Unpin for WorkerLoop
impl UnsafeUnpin for WorkerLoop
impl UnwindSafe for WorkerLoop
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