Struct aws_sdk_glue::output::BatchCreatePartitionOutput
source · #[non_exhaustive]pub struct BatchCreatePartitionOutput { /* private fields */ }Implementations§
source§impl BatchCreatePartitionOutput
impl BatchCreatePartitionOutput
sourcepub fn errors(&self) -> Option<&[PartitionError]>
pub fn errors(&self) -> Option<&[PartitionError]>
The errors encountered when trying to create the requested partitions.
source§impl BatchCreatePartitionOutput
impl BatchCreatePartitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreatePartitionOutput.
Trait Implementations§
source§impl Clone for BatchCreatePartitionOutput
impl Clone for BatchCreatePartitionOutput
source§fn clone(&self) -> BatchCreatePartitionOutput
fn clone(&self) -> BatchCreatePartitionOutput
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 BatchCreatePartitionOutput
impl Debug for BatchCreatePartitionOutput
source§impl PartialEq<BatchCreatePartitionOutput> for BatchCreatePartitionOutput
impl PartialEq<BatchCreatePartitionOutput> for BatchCreatePartitionOutput
source§fn eq(&self, other: &BatchCreatePartitionOutput) -> bool
fn eq(&self, other: &BatchCreatePartitionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.