Enum sea_query::index::IndexOrder
source · [−]pub enum IndexOrder {
Asc,
Desc,
}
Variants
Asc
Desc
Trait Implementations
sourceimpl Clone for IndexOrder
impl Clone for IndexOrder
sourcefn clone(&self) -> IndexOrder
fn clone(&self) -> IndexOrder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more