pub struct KindBoost {
pub kind: SymbolKind,
pub multiplier: f64,
}Expand description
A boost hint derived from query shape heuristics.
Fields§
§kind: SymbolKind§multiplier: f64Auto Trait Implementations§
impl Freeze for KindBoost
impl RefUnwindSafe for KindBoost
impl Send for KindBoost
impl Sync for KindBoost
impl Unpin for KindBoost
impl UnsafeUnpin for KindBoost
impl UnwindSafe for KindBoost
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