Enum datafusion_common::config::FormatOptions  
source · pub enum FormatOptions {
    CSV(CsvOptions),
    JSON(JsonOptions),
    AVRO,
    ARROW,
}Variants§
Trait Implementations§
source§impl Clone for FormatOptions
 
impl Clone for FormatOptions
source§fn clone(&self) -> FormatOptions
 
fn clone(&self) -> FormatOptions
Returns a copy 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 FormatOptions
 
impl Debug for FormatOptions
source§impl Display for FormatOptions
 
impl Display for FormatOptions
source§impl From<&FormatOptions> for FileType
 
impl From<&FormatOptions> for FileType
source§fn from(value: &FormatOptions) -> Self
 
fn from(value: &FormatOptions) -> Self
Converts to this type from the input type.
source§impl From<FileType> for FormatOptions
 
impl From<FileType> for FormatOptions
source§impl PartialEq for FormatOptions
 
impl PartialEq for FormatOptions
source§fn eq(&self, other: &FormatOptions) -> bool
 
fn eq(&self, other: &FormatOptions) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FormatOptions
Auto Trait Implementations§
impl Freeze for FormatOptions
impl RefUnwindSafe for FormatOptions
impl Send for FormatOptions
impl Sync for FormatOptions
impl Unpin for FormatOptions
impl UnwindSafe for FormatOptions
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