pub struct InternalWordList;Trait Implementations§
Source§impl AsWordList for InternalWordList
impl AsWordList for InternalWordList
type Word = &'static str
fn get_word(&self, bits: Bits11) -> Result<Self::Word, ErrorMnemonic>
fn get_words_by_prefix( &self, prefix: &str, ) -> Result<Vec<WordListElement<Self>>, ErrorMnemonic>
fn bits11_for_word(&self, word: &str) -> Result<Bits11, ErrorMnemonic>
Auto Trait Implementations§
impl Freeze for InternalWordList
impl RefUnwindSafe for InternalWordList
impl Send for InternalWordList
impl Sync for InternalWordList
impl Unpin for InternalWordList
impl UnwindSafe for InternalWordList
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