pub struct ScoreFilter {
pub min_score: f64,
}
Fields§
§min_score: f64
Trait Implementations§
Source§impl ResonanceFilter for ScoreFilter
impl ResonanceFilter for ScoreFilter
Auto Trait Implementations§
impl Freeze for ScoreFilter
impl RefUnwindSafe for ScoreFilter
impl Send for ScoreFilter
impl Sync for ScoreFilter
impl Unpin for ScoreFilter
impl UnwindSafe for ScoreFilter
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