pub enum PhoneticMode {
Soundex,
DoubleMetaphone,
}Variants§
Trait Implementations§
Source§impl PartialEq for PhoneticMode
impl PartialEq for PhoneticMode
Source§fn eq(&self, other: &PhoneticMode) -> bool
fn eq(&self, other: &PhoneticMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PhoneticMode
Auto Trait Implementations§
impl Freeze for PhoneticMode
impl RefUnwindSafe for PhoneticMode
impl Send for PhoneticMode
impl Sync for PhoneticMode
impl Unpin for PhoneticMode
impl UnsafeUnpin 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