pub enum UnionOrder {
Sorted,
Stable,
}Expand description
Ordering applied by provider-backed union operations.
Variants§
Trait Implementations§
Source§impl Clone for UnionOrder
impl Clone for UnionOrder
Source§fn clone(&self) -> UnionOrder
fn clone(&self) -> UnionOrder
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 UnionOrder
impl Debug for UnionOrder
Source§impl<'de> Deserialize<'de> for UnionOrder
impl<'de> Deserialize<'de> for UnionOrder
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 UnionOrder
impl PartialEq for UnionOrder
Source§impl Serialize for UnionOrder
impl Serialize for UnionOrder
impl Copy for UnionOrder
impl Eq for UnionOrder
impl StructuralPartialEq for UnionOrder
Auto Trait Implementations§
impl Freeze for UnionOrder
impl RefUnwindSafe for UnionOrder
impl Send for UnionOrder
impl Sync for UnionOrder
impl Unpin for UnionOrder
impl UnwindSafe for UnionOrder
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