pub struct LinderaSystemDictionaryWordEncoding;Trait Implementations§
Source§impl DictionaryWordEncoding for LinderaSystemDictionaryWordEncoding
impl DictionaryWordEncoding for LinderaSystemDictionaryWordEncoding
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 LinderaSystemDictionaryWordEncoding
impl RefUnwindSafe for LinderaSystemDictionaryWordEncoding
impl Send for LinderaSystemDictionaryWordEncoding
impl Sync for LinderaSystemDictionaryWordEncoding
impl Unpin for LinderaSystemDictionaryWordEncoding
impl UnwindSafe for LinderaSystemDictionaryWordEncoding
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