pub struct English;
Expand description
The English wordlist that implements the Wordlist trait.
Trait Implementations
sourceimpl Wordlist for English
impl Wordlist for English
impl Eq for English
impl StructuralEq for English
impl StructuralPartialEq for English
Auto Trait Implementations
impl RefUnwindSafe for English
impl Send for English
impl Sync for English
impl Unpin for English
impl UnwindSafe for English
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more