#[repr(C)]pub struct C4QueryOptions {
pub rankFullText_DEPRECATED: bool,
}Expand description
Options for running queries.
Fields§
§rankFullText_DEPRECATED: bool< Ignored; use the rank() query function instead.
Trait Implementations§
Source§impl Clone for C4QueryOptions
impl Clone for C4QueryOptions
Source§fn clone(&self) -> C4QueryOptions
fn clone(&self) -> C4QueryOptions
Returns a duplicate 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 moreSource§impl Debug for C4QueryOptions
impl Debug for C4QueryOptions
impl Copy for C4QueryOptions
Auto Trait Implementations§
impl Freeze for C4QueryOptions
impl RefUnwindSafe for C4QueryOptions
impl Send for C4QueryOptions
impl Sync for C4QueryOptions
impl Unpin for C4QueryOptions
impl UnwindSafe for C4QueryOptions
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