Struct dittolive_ditto::prelude::COrderByParam
#[repr(C)]pub struct COrderByParam<'query> {
pub query_c_str: char_p_ref<'query>,
pub direction: QuerySortDirection,
}
Fields§
§query_c_str: char_p_ref<'query>
§direction: QuerySortDirection
Trait 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> 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