Struct jortestkit::load::RayonWrapper
source · pub struct RayonWrapper<T>(T);
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T> From<T> for RayonWrapper<T>
impl<T> From<T> for RayonWrapper<T>
source§impl<T: RequestGenerator> UnindexedProducer for RayonWrapper<T>
impl<T: RequestGenerator> UnindexedProducer for RayonWrapper<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RayonWrapper<T>where T: RefUnwindSafe,
impl<T> Send for RayonWrapper<T>where T: Send,
impl<T> Sync for RayonWrapper<T>where T: Sync,
impl<T> Unpin for RayonWrapper<T>where T: Unpin,
impl<T> UnwindSafe for RayonWrapper<T>where T: 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