pub struct CloneConfig {
pub threshold: f64,
pub min_lines: usize,
pub max_candidates_per_bucket: usize,
}Fields§
§threshold: f64§min_lines: usize§max_candidates_per_bucket: usizeTrait Implementations§
Source§impl Clone for CloneConfig
impl Clone for CloneConfig
Source§fn clone(&self) -> CloneConfig
fn clone(&self) -> CloneConfig
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 CloneConfig
impl Debug for CloneConfig
Auto Trait Implementations§
impl Freeze for CloneConfig
impl RefUnwindSafe for CloneConfig
impl Send for CloneConfig
impl Sync for CloneConfig
impl Unpin for CloneConfig
impl UnsafeUnpin for CloneConfig
impl UnwindSafe for CloneConfig
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