pub enum ParallelKeyRelation {
ParallelMajor,
ParallelMinor,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ParallelKeyRelation
impl Clone for ParallelKeyRelation
Source§fn clone(&self) -> ParallelKeyRelation
fn clone(&self) -> ParallelKeyRelation
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 moreSource§impl Debug for ParallelKeyRelation
impl Debug for ParallelKeyRelation
Source§impl Display for ParallelKeyRelation
impl Display for ParallelKeyRelation
Source§impl FromStr for ParallelKeyRelation
impl FromStr for ParallelKeyRelation
Source§impl Hash for ParallelKeyRelation
impl Hash for ParallelKeyRelation
Source§impl Ord for ParallelKeyRelation
impl Ord for ParallelKeyRelation
Source§fn cmp(&self, other: &ParallelKeyRelation) -> Ordering
fn cmp(&self, other: &ParallelKeyRelation) -> Ordering
1.21.0 (const: unstable) · 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 ParallelKeyRelation
impl PartialEq for ParallelKeyRelation
Source§fn eq(&self, other: &ParallelKeyRelation) -> bool
fn eq(&self, other: &ParallelKeyRelation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParallelKeyRelation
impl PartialOrd for ParallelKeyRelation
impl Copy for ParallelKeyRelation
impl Eq for ParallelKeyRelation
impl StructuralPartialEq for ParallelKeyRelation
Auto Trait Implementations§
impl Freeze for ParallelKeyRelation
impl RefUnwindSafe for ParallelKeyRelation
impl Send for ParallelKeyRelation
impl Sync for ParallelKeyRelation
impl Unpin for ParallelKeyRelation
impl UnsafeUnpin for ParallelKeyRelation
impl UnwindSafe for ParallelKeyRelation
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