pub struct FtsResult {
pub issue_id: String,
pub identifier: String,
pub title: String,
pub state_name: String,
pub priority: i32,
pub bm25_score: f64,
}Fields§
§issue_id: String§identifier: String§title: String§state_name: String§priority: i32§bm25_score: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtsResult
impl RefUnwindSafe for FtsResult
impl Send for FtsResult
impl Sync for FtsResult
impl Unpin for FtsResult
impl UnsafeUnpin for FtsResult
impl UnwindSafe for FtsResult
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