pub enum CentralOrParallel {
Central,
Parallel,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CentralOrParallel
impl Clone for CentralOrParallel
Source§fn clone(&self) -> CentralOrParallel
fn clone(&self) -> CentralOrParallel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CentralOrParallel
Source§impl Debug for CentralOrParallel
impl Debug for CentralOrParallel
impl Eq for CentralOrParallel
Source§impl PartialEq for CentralOrParallel
impl PartialEq for CentralOrParallel
Source§fn eq(&self, other: &CentralOrParallel) -> bool
fn eq(&self, other: &CentralOrParallel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CentralOrParallel
Auto Trait Implementations§
impl Freeze for CentralOrParallel
impl RefUnwindSafe for CentralOrParallel
impl Send for CentralOrParallel
impl Sync for CentralOrParallel
impl Unpin for CentralOrParallel
impl UnsafeUnpin for CentralOrParallel
impl UnwindSafe for CentralOrParallel
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