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