pub struct CharParallel { /* private fields */ }
Implementations§
Source§impl CharParallel
impl CharParallel
Sourcepub fn builder() -> CharParallelBuilder
pub fn builder() -> CharParallelBuilder
Create an instance of CharParallel
using the builder syntax
Trait Implementations§
Source§impl Default for CharParallel
impl Default for CharParallel
Source§fn default() -> CharParallel
fn default() -> CharParallel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CharParallel
impl RefUnwindSafe for CharParallel
impl Send for CharParallel
impl Sync for CharParallel
impl Unpin for CharParallel
impl UnwindSafe for CharParallel
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