pub enum IndexOrder {
Eavt,
Aevt,
Avet,
Vaet,
}Expand description
Covering index orders.
Variants§
Eavt
Entity, attribute, value, transaction.
Aevt
Attribute, entity, value, transaction.
Avet
Attribute, value, entity, transaction.
Vaet
Value, attribute, entity, transaction.
Trait Implementations§
Source§impl Clone for IndexOrder
impl Clone for IndexOrder
Source§fn clone(&self) -> IndexOrder
fn clone(&self) -> IndexOrder
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 IndexOrder
Source§impl Debug for IndexOrder
impl Debug for IndexOrder
impl Eq for IndexOrder
Source§impl PartialEq for IndexOrder
impl PartialEq for IndexOrder
impl StructuralPartialEq for IndexOrder
Auto Trait Implementations§
impl Freeze for IndexOrder
impl RefUnwindSafe for IndexOrder
impl Send for IndexOrder
impl Sync for IndexOrder
impl Unpin for IndexOrder
impl UnsafeUnpin for IndexOrder
impl UnwindSafe for IndexOrder
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