pub struct FtsQuery {
pub index_name: String,
pub query_string: String,
}Expand description
A USING FTS INDEX index_name('search string') clause attached to a MATCH.
Fields§
§index_name: String§query_string: StringTrait Implementations§
impl StructuralPartialEq for FtsQuery
Auto Trait Implementations§
impl Freeze for FtsQuery
impl RefUnwindSafe for FtsQuery
impl Send for FtsQuery
impl Sync for FtsQuery
impl Unpin for FtsQuery
impl UnsafeUnpin for FtsQuery
impl UnwindSafe for FtsQuery
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