pub enum PhoneticMode {
Soundex,
DoubleMetaphone,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhoneticMode
impl RefUnwindSafe for PhoneticMode
impl Send for PhoneticMode
impl Sync for PhoneticMode
impl Unpin for PhoneticMode
impl UnwindSafe for PhoneticMode
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