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<'_> 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more