pub struct QueryOrder {
pub expr: ScalarExpr,
pub direction: SortDirection,
}Fields§
§expr: ScalarExpr§direction: SortDirectionTrait Implementations§
Source§impl Clone for QueryOrder
impl Clone for QueryOrder
Source§fn clone(&self) -> QueryOrder
fn clone(&self) -> QueryOrder
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 moreSource§impl Debug for QueryOrder
impl Debug for QueryOrder
Source§impl<'de> Deserialize<'de> for QueryOrder
impl<'de> Deserialize<'de> for QueryOrder
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for QueryOrder
Source§impl PartialEq for QueryOrder
impl PartialEq for QueryOrder
Source§impl Serialize for QueryOrder
impl Serialize for QueryOrder
impl StructuralPartialEq for QueryOrder
Auto Trait Implementations§
impl Freeze for QueryOrder
impl RefUnwindSafe for QueryOrder
impl Send for QueryOrder
impl Sync for QueryOrder
impl Unpin for QueryOrder
impl UnsafeUnpin for QueryOrder
impl UnwindSafe for QueryOrder
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