pub struct ComputeThreadPool { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for ComputeThreadPool
impl Default for ComputeThreadPool
Auto Trait Implementations§
impl !Freeze for ComputeThreadPool
impl !RefUnwindSafe for ComputeThreadPool
impl Send for ComputeThreadPool
impl Sync for ComputeThreadPool
impl Unpin for ComputeThreadPool
impl !UnwindSafe for ComputeThreadPool
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