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>
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