pub(crate) struct ForkJoinState {
done: AtomicBool,
result: Mutex<Result<Value, String>>,
}Fields§
§done: AtomicBool§result: Mutex<Result<Value, String>>Auto Trait Implementations§
impl !Freeze for ForkJoinState
impl !RefUnwindSafe for ForkJoinState
impl !UnwindSafe for ForkJoinState
impl Send for ForkJoinState
impl Sync for ForkJoinState
impl Unpin for ForkJoinState
impl UnsafeUnpin for ForkJoinState
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