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