pub struct SearchWeights {
pub text: f64,
pub pagerank: f64,
pub status: f64,
pub impact: f64,
pub priority: f64,
pub recency: f64,
}Fields§
§text: f64§pagerank: f64§status: f64§impact: f64§priority: f64§recency: f64Implementations§
Source§impl SearchWeights
impl SearchWeights
Source§impl SearchWeights
impl SearchWeights
Trait Implementations§
Source§impl Clone for SearchWeights
impl Clone for SearchWeights
Source§fn clone(&self) -> SearchWeights
fn clone(&self) -> SearchWeights
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SearchWeights
impl Debug for SearchWeights
Auto Trait Implementations§
impl Freeze for SearchWeights
impl RefUnwindSafe for SearchWeights
impl Send for SearchWeights
impl Sync for SearchWeights
impl Unpin for SearchWeights
impl UnsafeUnpin for SearchWeights
impl UnwindSafe for SearchWeights
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