[−][src]Struct fuse_rust::FusableSearchResult
Return type for performing a search over a list of Fuseable structs
Fields
index: usizecorresponding index of the search result in the original list
score: f64Search rating of the search result, 0.0 is a perfect match 1.0 is a perfect mismatch
results: Vec<FResult>Ranges of matches in the search query, useful if you want to hightlight matches.
Trait Implementations
impl Debug for FusableSearchResult[src]
impl PartialEq<FusableSearchResult> for FusableSearchResult[src]
fn eq(&self, other: &FusableSearchResult) -> bool[src]
fn ne(&self, other: &FusableSearchResult) -> bool[src]
impl StructuralPartialEq for FusableSearchResult[src]
Auto Trait Implementations
impl RefUnwindSafe for FusableSearchResult
impl Send for FusableSearchResult
impl Sync for FusableSearchResult
impl Unpin for FusableSearchResult
impl UnwindSafe for FusableSearchResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,