#[repr(C)]pub struct FfiControllerSqliteSearchFtsHit {
pub id: *mut c_char,
pub file_path: *mut c_char,
pub title: *mut c_char,
pub title_highlight: *mut c_char,
pub content_snippet: *mut c_char,
pub score: f64,
pub rank: c_ulonglong,
pub raw_score: f64,
}Expand description
Native SQLite FTS search hit returned by structured ABI calls. 由结构化 ABI 调用返回的原生 SQLite FTS 检索命中。
Fields§
§id: *mut c_char§file_path: *mut c_char§title: *mut c_char§title_highlight: *mut c_char§content_snippet: *mut c_char§score: f64§rank: c_ulonglong§raw_score: f64Auto Trait Implementations§
impl Freeze for FfiControllerSqliteSearchFtsHit
impl RefUnwindSafe for FfiControllerSqliteSearchFtsHit
impl !Send for FfiControllerSqliteSearchFtsHit
impl !Sync for FfiControllerSqliteSearchFtsHit
impl Unpin for FfiControllerSqliteSearchFtsHit
impl UnsafeUnpin for FfiControllerSqliteSearchFtsHit
impl UnwindSafe for FfiControllerSqliteSearchFtsHit
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request