pub struct UsingFun<F, T>{ /* private fields */ }
Expand description
Using variant that creates instances of each thread using a closure.
Trait Implementations§
Auto Trait Implementations§
impl<F, T> Freeze for UsingFun<F, T>where
F: Freeze,
impl<F, T> RefUnwindSafe for UsingFun<F, T>where
F: RefUnwindSafe,
impl<F, T> Send for UsingFun<F, T>where
F: Send,
impl<F, T> Sync for UsingFun<F, T>where
F: Sync,
impl<F, T> Unpin for UsingFun<F, T>where
F: Unpin,
impl<F, T> UnwindSafe for UsingFun<F, T>where
F: UnwindSafe,
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