Struct aws_sdk_s3::types::ParquetInput
source · #[non_exhaustive]pub struct ParquetInput {}Expand description
Container for Parquet.
Implementations§
source§impl ParquetInput
impl ParquetInput
sourcepub fn builder() -> ParquetInputBuilder
pub fn builder() -> ParquetInputBuilder
Creates a new builder-style object to manufacture ParquetInput.
Trait Implementations§
source§impl Clone for ParquetInput
impl Clone for ParquetInput
source§fn clone(&self) -> ParquetInput
fn clone(&self) -> ParquetInput
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 ParquetInput
impl Debug for ParquetInput
source§impl PartialEq<ParquetInput> for ParquetInput
impl PartialEq<ParquetInput> for ParquetInput
source§fn eq(&self, other: &ParquetInput) -> bool
fn eq(&self, other: &ParquetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.