pub struct ArrowIpcDecoder { /* private fields */ }Expand description
Arrow IPC Decoder
Implementations§
Source§impl ArrowIpcDecoder
impl ArrowIpcDecoder
pub fn new(options: ArrowIpcDecoderOptions) -> Self
Trait Implementations§
Source§impl Debug for ArrowIpcDecoder
impl Debug for ArrowIpcDecoder
Source§impl Decoder for ArrowIpcDecoder
impl Decoder for ArrowIpcDecoder
Source§impl Default for ArrowIpcDecoder
impl Default for ArrowIpcDecoder
Source§fn default() -> ArrowIpcDecoder
fn default() -> ArrowIpcDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArrowIpcDecoder
impl RefUnwindSafe for ArrowIpcDecoder
impl Send for ArrowIpcDecoder
impl Sync for ArrowIpcDecoder
impl Unpin for ArrowIpcDecoder
impl UnsafeUnpin for ArrowIpcDecoder
impl UnwindSafe for ArrowIpcDecoder
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