Struct query_structure::prelude::OrderByScalar
source · pub struct OrderByScalar {
pub field: ScalarFieldRef,
pub path: Vec<OrderByHop>,
pub sort_order: SortOrder,
pub nulls_order: Option<NullsOrder>,
}
Fields§
§field: ScalarFieldRef
§path: Vec<OrderByHop>
§sort_order: SortOrder
§nulls_order: Option<NullsOrder>
Trait Implementations§
source§impl Clone for OrderByScalar
impl Clone for OrderByScalar
source§fn clone(&self) -> OrderByScalar
fn clone(&self) -> OrderByScalar
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 moresource§impl Debug for OrderByScalar
impl Debug for OrderByScalar
source§impl Hash for OrderByScalar
impl Hash for OrderByScalar
source§impl PartialEq for OrderByScalar
impl PartialEq for OrderByScalar
source§fn eq(&self, other: &OrderByScalar) -> bool
fn eq(&self, other: &OrderByScalar) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OrderByScalar
impl StructuralEq for OrderByScalar
impl StructuralPartialEq for OrderByScalar
Auto Trait Implementations§
impl !RefUnwindSafe for OrderByScalar
impl Send for OrderByScalar
impl Sync for OrderByScalar
impl Unpin for OrderByScalar
impl !UnwindSafe for OrderByScalar
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.