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