pub struct QueryOrderBy {
pub field_key: String,
pub direction: QueryOrderByDirection,
}Fields§
§field_key: String§direction: QueryOrderByDirectionTrait Implementations§
Source§impl Clone for QueryOrderBy
impl Clone for QueryOrderBy
Source§fn clone(&self) -> QueryOrderBy
fn clone(&self) -> QueryOrderBy
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 QueryOrderBy
impl Debug for QueryOrderBy
Source§impl Default for QueryOrderBy
impl Default for QueryOrderBy
Source§fn default() -> QueryOrderBy
fn default() -> QueryOrderBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryOrderBy
impl<'de> Deserialize<'de> for QueryOrderBy
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
Source§impl PartialEq for QueryOrderBy
impl PartialEq for QueryOrderBy
Source§impl Serialize for QueryOrderBy
impl Serialize for QueryOrderBy
impl StructuralPartialEq for QueryOrderBy
Auto Trait Implementations§
impl Freeze for QueryOrderBy
impl RefUnwindSafe for QueryOrderBy
impl Send for QueryOrderBy
impl Sync for QueryOrderBy
impl Unpin for QueryOrderBy
impl UnsafeUnpin for QueryOrderBy
impl UnwindSafe for QueryOrderBy
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