pub struct AcronymMetric {
pub token_metric: TokenSimilarityMetric,
pub max_acronym_length: usize,
}Fields§
§token_metric: TokenSimilarityMetric§max_acronym_length: usizeTrait Implementations§
Source§impl Debug for AcronymMetric
impl Debug for AcronymMetric
Source§impl Default for AcronymMetric
impl Default for AcronymMetric
Auto Trait Implementations§
impl Freeze for AcronymMetric
impl RefUnwindSafe for AcronymMetric
impl Send for AcronymMetric
impl Sync for AcronymMetric
impl Unpin for AcronymMetric
impl UnwindSafe for AcronymMetric
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