pub enum Wordlist {
ChineseSimplified,
ChineseTraditional,
English,
French,
Italian,
Japanese,
Korean,
Spanish,
}
Expand description
Wordlist language
Variants§
Auto Trait Implementations§
impl Freeze for Wordlist
impl RefUnwindSafe for Wordlist
impl Send for Wordlist
impl Sync for Wordlist
impl Unpin for Wordlist
impl UnwindSafe for Wordlist
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