pub enum SelectInputFormat {
Csv,
Json,
Parquet,
}Expand description
Object payload format for S3 Select input.
Variants§
Trait Implementations§
Source§impl Clone for SelectInputFormat
impl Clone for SelectInputFormat
Source§fn clone(&self) -> SelectInputFormat
fn clone(&self) -> SelectInputFormat
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 SelectInputFormat
impl Debug for SelectInputFormat
Source§impl Default for SelectInputFormat
impl Default for SelectInputFormat
Source§fn default() -> SelectInputFormat
fn default() -> SelectInputFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelectInputFormat
impl PartialEq for SelectInputFormat
impl Copy for SelectInputFormat
impl Eq for SelectInputFormat
impl StructuralPartialEq for SelectInputFormat
Auto Trait Implementations§
impl Freeze for SelectInputFormat
impl RefUnwindSafe for SelectInputFormat
impl Send for SelectInputFormat
impl Sync for SelectInputFormat
impl Unpin for SelectInputFormat
impl UnsafeUnpin for SelectInputFormat
impl UnwindSafe for SelectInputFormat
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