pub struct ContextRelevancyConfig {
pub relevance_threshold: f32,
}Fields§
§relevance_threshold: f32Trait Implementations§
Source§impl Clone for ContextRelevancyConfig
impl Clone for ContextRelevancyConfig
Source§fn clone(&self) -> ContextRelevancyConfig
fn clone(&self) -> ContextRelevancyConfig
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 ContextRelevancyConfig
impl Debug for ContextRelevancyConfig
Auto Trait Implementations§
impl Freeze for ContextRelevancyConfig
impl RefUnwindSafe for ContextRelevancyConfig
impl Send for ContextRelevancyConfig
impl Sync for ContextRelevancyConfig
impl Unpin for ContextRelevancyConfig
impl UnwindSafe for ContextRelevancyConfig
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