pub struct SourceParallel;Expand description
Parallel patterns using source strings (thread-safe).
Work with source code strings across threads, parse in each thread.
Auto Trait Implementations§
impl Freeze for SourceParallel
impl RefUnwindSafe for SourceParallel
impl Send for SourceParallel
impl Sync for SourceParallel
impl Unpin for SourceParallel
impl UnsafeUnpin for SourceParallel
impl UnwindSafe for SourceParallel
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