pub struct LinderaUserDictionaryWordEncoding;Trait Implementations§
Source§impl DictionaryWordEncoding for LinderaUserDictionaryWordEncoding
impl DictionaryWordEncoding for LinderaUserDictionaryWordEncoding
fn identifier() -> &'static str
fn encode(_row: WordDetailsLine) -> LinderaResult<Vec<u8>>
fn decode(_string: String, data: &[u8]) -> LinderaResult<Vec<String>>
Auto Trait Implementations§
impl Freeze for LinderaUserDictionaryWordEncoding
impl RefUnwindSafe for LinderaUserDictionaryWordEncoding
impl Send for LinderaUserDictionaryWordEncoding
impl Sync for LinderaUserDictionaryWordEncoding
impl Unpin for LinderaUserDictionaryWordEncoding
impl UnwindSafe for LinderaUserDictionaryWordEncoding
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