pub struct CountTabConfig {
pub method: DedupMethod,
pub per_cell: bool,
pub separator: u8,
pub edit_distance_threshold: u32,
}Fields§
§method: DedupMethod§per_cell: bool§separator: u8§edit_distance_threshold: u32Auto Trait Implementations§
impl Freeze for CountTabConfig
impl RefUnwindSafe for CountTabConfig
impl Send for CountTabConfig
impl Sync for CountTabConfig
impl Unpin for CountTabConfig
impl UnsafeUnpin for CountTabConfig
impl UnwindSafe for CountTabConfig
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