pub enum IndexUniqueness {
NonUnique,
Unique,
}Expand description
Index uniqueness metadata.
Variants§
Trait Implementations§
Source§impl Clone for IndexUniqueness
impl Clone for IndexUniqueness
Source§fn clone(&self) -> IndexUniqueness
fn clone(&self) -> IndexUniqueness
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 IndexUniqueness
impl Debug for IndexUniqueness
Source§impl Default for IndexUniqueness
impl Default for IndexUniqueness
Source§fn default() -> IndexUniqueness
fn default() -> IndexUniqueness
Returns the “default value” for a type. Read more
Source§impl Hash for IndexUniqueness
impl Hash for IndexUniqueness
Source§impl Ord for IndexUniqueness
impl Ord for IndexUniqueness
Source§fn cmp(&self, other: &IndexUniqueness) -> Ordering
fn cmp(&self, other: &IndexUniqueness) -> 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 IndexUniqueness
impl PartialEq for IndexUniqueness
Source§fn eq(&self, other: &IndexUniqueness) -> bool
fn eq(&self, other: &IndexUniqueness) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndexUniqueness
impl PartialOrd for IndexUniqueness
impl Copy for IndexUniqueness
impl Eq for IndexUniqueness
impl StructuralPartialEq for IndexUniqueness
Auto Trait Implementations§
impl Freeze for IndexUniqueness
impl RefUnwindSafe for IndexUniqueness
impl Send for IndexUniqueness
impl Sync for IndexUniqueness
impl Unpin for IndexUniqueness
impl UnsafeUnpin for IndexUniqueness
impl UnwindSafe for IndexUniqueness
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