Struct aws_sdk_glue::model::ColumnStatisticsError
source · [−]#[non_exhaustive]pub struct ColumnStatisticsError { /* private fields */ }Expand description
Encapsulates a ColumnStatistics object that failed and the reason for failure.
Implementations
sourceimpl ColumnStatisticsError
impl ColumnStatisticsError
sourcepub fn column_statistics(&self) -> Option<&ColumnStatistics>
pub fn column_statistics(&self) -> Option<&ColumnStatistics>
The ColumnStatistics of the column.
sourcepub fn error(&self) -> Option<&ErrorDetail>
pub fn error(&self) -> Option<&ErrorDetail>
An error message with the reason for the failure of an operation.
sourceimpl ColumnStatisticsError
impl ColumnStatisticsError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnStatisticsError.
Trait Implementations
sourceimpl Clone for ColumnStatisticsError
impl Clone for ColumnStatisticsError
sourcefn clone(&self) -> ColumnStatisticsError
fn clone(&self) -> ColumnStatisticsError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ColumnStatisticsError
impl Debug for ColumnStatisticsError
sourceimpl PartialEq<ColumnStatisticsError> for ColumnStatisticsError
impl PartialEq<ColumnStatisticsError> for ColumnStatisticsError
sourcefn eq(&self, other: &ColumnStatisticsError) -> bool
fn eq(&self, other: &ColumnStatisticsError) -> bool
impl StructuralPartialEq for ColumnStatisticsError
Auto Trait Implementations
impl RefUnwindSafe for ColumnStatisticsError
impl Send for ColumnStatisticsError
impl Sync for ColumnStatisticsError
impl Unpin for ColumnStatisticsError
impl UnwindSafe for ColumnStatisticsError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more