#[non_exhaustive]pub struct UpdateColumnStatisticsForPartitionOutput { /* private fields */ }Implementations§
source§impl UpdateColumnStatisticsForPartitionOutput
impl UpdateColumnStatisticsForPartitionOutput
sourcepub fn errors(&self) -> Option<&[ColumnStatisticsError]>
pub fn errors(&self) -> Option<&[ColumnStatisticsError]>
Error occurred during updating column statistics data.
source§impl UpdateColumnStatisticsForPartitionOutput
impl UpdateColumnStatisticsForPartitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateColumnStatisticsForPartitionOutput.
Trait Implementations§
source§impl Clone for UpdateColumnStatisticsForPartitionOutput
impl Clone for UpdateColumnStatisticsForPartitionOutput
source§fn clone(&self) -> UpdateColumnStatisticsForPartitionOutput
fn clone(&self) -> UpdateColumnStatisticsForPartitionOutput
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 PartialEq<UpdateColumnStatisticsForPartitionOutput> for UpdateColumnStatisticsForPartitionOutput
impl PartialEq<UpdateColumnStatisticsForPartitionOutput> for UpdateColumnStatisticsForPartitionOutput
source§fn eq(&self, other: &UpdateColumnStatisticsForPartitionOutput) -> bool
fn eq(&self, other: &UpdateColumnStatisticsForPartitionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.