pub enum UniqueOrder {
Sorted,
Stable,
}Expand description
Ordering applied by provider-backed unique operations.
Variants§
Trait Implementations§
Source§impl Clone for UniqueOrder
impl Clone for UniqueOrder
Source§fn clone(&self) -> UniqueOrder
fn clone(&self) -> UniqueOrder
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 UniqueOrder
impl Debug for UniqueOrder
Source§impl<'de> Deserialize<'de> for UniqueOrder
impl<'de> Deserialize<'de> for UniqueOrder
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UniqueOrder
impl PartialEq for UniqueOrder
Source§impl Serialize for UniqueOrder
impl Serialize for UniqueOrder
impl Copy for UniqueOrder
impl Eq for UniqueOrder
impl StructuralPartialEq for UniqueOrder
Auto Trait Implementations§
impl Freeze for UniqueOrder
impl RefUnwindSafe for UniqueOrder
impl Send for UniqueOrder
impl Sync for UniqueOrder
impl Unpin for UniqueOrder
impl UnwindSafe for UniqueOrder
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