[−][src]Struct fuse_rust::FuseableSearchResult
Return type for performing a search over a list of Fuseable structs
Fields
index: usize
corresponding index of the search result in the original list
score: f64
Search 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 FuseableSearchResult
[src]
impl PartialEq<FuseableSearchResult> for FuseableSearchResult
[src]
pub fn eq(&self, other: &FuseableSearchResult) -> bool
[src]
pub fn ne(&self, other: &FuseableSearchResult) -> bool
[src]
impl StructuralPartialEq for FuseableSearchResult
[src]
Auto Trait Implementations
impl RefUnwindSafe for FuseableSearchResult
[src]
impl Send for FuseableSearchResult
[src]
impl Sync for FuseableSearchResult
[src]
impl Unpin for FuseableSearchResult
[src]
impl UnwindSafe for FuseableSearchResult
[src]
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,
pub 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.
pub 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>,