pub struct zvec_fts_t { /* private fields */ }Expand description
Opaque pointer to FTS query payload. Holds query_string (boolean expression) and match_string (natural-language).
Auto Trait Implementations§
impl Freeze for zvec_fts_t
impl RefUnwindSafe for zvec_fts_t
impl Send for zvec_fts_t
impl Sync for zvec_fts_t
impl Unpin for zvec_fts_t
impl UnsafeUnpin for zvec_fts_t
impl UnwindSafe for zvec_fts_t
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