Struct COrderByParam
#[repr(C)]pub struct COrderByParam<'query> {
pub query_c_str: char_p_ref<'query>,
pub direction: QuerySortDirection,
}Expand description
Use pending_op.sort(...) to specify queried document ordering.
Fields§
§query_c_str: char_p_ref<'query>§direction: QuerySortDirectionTrait Implementations§
§impl<'query> Clone for COrderByParam<'query>
impl<'query> Clone for COrderByParam<'query>
§fn clone(&self) -> COrderByParam<'query>
fn clone(&self) -> COrderByParam<'query>
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<'query> Debug for COrderByParam<'query>
impl<'query> Debug for COrderByParam<'query>
impl NonOpaque for COrderByParam<'_>
Auto Trait Implementations§
impl<'query> Freeze for COrderByParam<'query>
impl<'query> RefUnwindSafe for COrderByParam<'query>
impl<'query> Send for COrderByParam<'query>
impl<'query> Sync for COrderByParam<'query>
impl<'query> Unpin for COrderByParam<'query>
impl<'query> UnwindSafe for COrderByParam<'query>
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