Enum sea_query::index::IndexOrder
source · pub enum IndexOrder {
Asc,
Desc,
}
Variants§
Trait Implementations§
source§impl Clone for IndexOrder
impl Clone for IndexOrder
source§fn clone(&self) -> IndexOrder
fn clone(&self) -> IndexOrder
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for IndexOrder
impl Send for IndexOrder
impl Sync for IndexOrder
impl Unpin 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