pub struct UnifiedParallelC;
Implementations§
Auto Trait Implementations§
impl Freeze for UnifiedParallelC
impl RefUnwindSafe for UnifiedParallelC
impl Send for UnifiedParallelC
impl Sync for UnifiedParallelC
impl Unpin for UnifiedParallelC
impl UnwindSafe for UnifiedParallelC
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