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