pub struct Workqueue { /* private fields */ }Expand description
A workqueue that executes deferred work items on a dedicated thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workqueue
impl RefUnwindSafe for Workqueue
impl Unpin for Workqueue
impl UnwindSafe for Workqueue
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