pub struct SuffixMetric;Trait Implementations§
Source§impl Debug for SuffixMetric
impl Debug for SuffixMetric
Auto Trait Implementations§
impl Freeze for SuffixMetric
impl RefUnwindSafe for SuffixMetric
impl Send for SuffixMetric
impl Sync for SuffixMetric
impl Unpin for SuffixMetric
impl UnwindSafe for SuffixMetric
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