pub struct CompressionThresholds {
pub bpe_entropy: f64,
pub jaccard: f64,
pub auto_delta: f64,
}Fields§
§bpe_entropy: f64§jaccard: f64§auto_delta: f64Trait Implementations§
Source§impl Clone for CompressionThresholds
impl Clone for CompressionThresholds
Source§fn clone(&self) -> CompressionThresholds
fn clone(&self) -> CompressionThresholds
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 CompressionThresholds
impl Debug for CompressionThresholds
Auto Trait Implementations§
impl Freeze for CompressionThresholds
impl RefUnwindSafe for CompressionThresholds
impl Send for CompressionThresholds
impl Sync for CompressionThresholds
impl Unpin for CompressionThresholds
impl UnsafeUnpin for CompressionThresholds
impl UnwindSafe for CompressionThresholds
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