pub struct Homophones { /* private fields */ }Expand description
Common homophones (words that sound alike).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Homophones
impl RefUnwindSafe for Homophones
impl Send for Homophones
impl Sync for Homophones
impl Unpin for Homophones
impl UnwindSafe for Homophones
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