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 Clone for CharParallel
impl Clone for CharParallel
Source§fn clone(&self) -> CharParallel
fn clone(&self) -> CharParallel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CharParallel
impl Debug for CharParallel
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
Source§impl Hash for CharParallel
impl Hash for CharParallel
Source§impl Ord for CharParallel
impl Ord for CharParallel
Source§fn cmp(&self, other: &CharParallel) -> Ordering
fn cmp(&self, other: &CharParallel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CharParallel
impl PartialEq for CharParallel
Source§impl PartialOrd for CharParallel
impl PartialOrd for CharParallel
impl Eq for CharParallel
impl StructuralPartialEq for CharParallel
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