#[repr(C)]pub enum QuerySortDirection {
Ascending = 1,
Descending = 2,
}
Variants§
Trait Implementations§
§impl Clone for QuerySortDirection
impl Clone for QuerySortDirection
§fn clone(&self) -> QuerySortDirection
fn clone(&self) -> QuerySortDirection
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 more§impl Debug for QuerySortDirection
impl Debug for QuerySortDirection
§impl PartialEq for QuerySortDirection
impl PartialEq for QuerySortDirection
§fn eq(&self, other: &QuerySortDirection) -> bool
fn eq(&self, other: &QuerySortDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for QuerySortDirection
impl Eq for QuerySortDirection
impl StructuralEq for QuerySortDirection
impl StructuralPartialEq for QuerySortDirection
Auto Trait Implementations§
impl RefUnwindSafe for QuerySortDirection
impl Send for QuerySortDirection
impl Sync for QuerySortDirection
impl Unpin for QuerySortDirection
impl UnwindSafe for QuerySortDirection
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more