pub struct ArrowIpcEncoderOptions {}Expand description
Options for configuring Arrow IPC encoding.
Trait Implementations§
Source§impl Clone for ArrowIpcEncoderOptions
impl Clone for ArrowIpcEncoderOptions
Source§fn clone(&self) -> ArrowIpcEncoderOptions
fn clone(&self) -> ArrowIpcEncoderOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrowIpcEncoderOptions
impl Debug for ArrowIpcEncoderOptions
Source§impl Default for ArrowIpcEncoderOptions
impl Default for ArrowIpcEncoderOptions
Source§fn default() -> ArrowIpcEncoderOptions
fn default() -> ArrowIpcEncoderOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArrowIpcEncoderOptions
impl<'de> Deserialize<'de> for ArrowIpcEncoderOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EncoderConfig for ArrowIpcEncoderOptions
impl EncoderConfig for ArrowIpcEncoderOptions
Source§impl PartialEq for ArrowIpcEncoderOptions
impl PartialEq for ArrowIpcEncoderOptions
Source§impl Serialize for ArrowIpcEncoderOptions
impl Serialize for ArrowIpcEncoderOptions
impl StructuralPartialEq for ArrowIpcEncoderOptions
Auto Trait Implementations§
impl Freeze for ArrowIpcEncoderOptions
impl RefUnwindSafe for ArrowIpcEncoderOptions
impl Send for ArrowIpcEncoderOptions
impl Sync for ArrowIpcEncoderOptions
impl Unpin for ArrowIpcEncoderOptions
impl UnsafeUnpin for ArrowIpcEncoderOptions
impl UnwindSafe for ArrowIpcEncoderOptions
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