pub struct DictionaryDecoder;Expand description
Dictionary decoder for Binary and Fixed columns.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DictionaryDecoder
impl RefUnwindSafe for DictionaryDecoder
impl Send for DictionaryDecoder
impl Sync for DictionaryDecoder
impl Unpin for DictionaryDecoder
impl UnsafeUnpin for DictionaryDecoder
impl UnwindSafe for DictionaryDecoder
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