Struct lance_encoding::encodings::logical::utf8::Utf8ArrayDecoder
source · pub struct Utf8ArrayDecoder { /* private fields */ }Trait Implementations§
source§impl DecodeArrayTask for Utf8ArrayDecoder
impl DecodeArrayTask for Utf8ArrayDecoder
Auto Trait Implementations§
impl Freeze for Utf8ArrayDecoder
impl !RefUnwindSafe for Utf8ArrayDecoder
impl Send for Utf8ArrayDecoder
impl !Sync for Utf8ArrayDecoder
impl Unpin for Utf8ArrayDecoder
impl !UnwindSafe for Utf8ArrayDecoder
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