#[non_exhaustive]pub struct UpdateColumnStatisticsForTableOutput { /* private fields */ }Implementations
sourceimpl UpdateColumnStatisticsForTableOutput
impl UpdateColumnStatisticsForTableOutput
sourcepub fn errors(&self) -> Option<&[ColumnStatisticsError]>
pub fn errors(&self) -> Option<&[ColumnStatisticsError]>
List of ColumnStatisticsErrors.
sourceimpl UpdateColumnStatisticsForTableOutput
impl UpdateColumnStatisticsForTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateColumnStatisticsForTableOutput.
Trait Implementations
sourceimpl Clone for UpdateColumnStatisticsForTableOutput
impl Clone for UpdateColumnStatisticsForTableOutput
sourcefn clone(&self) -> UpdateColumnStatisticsForTableOutput
fn clone(&self) -> UpdateColumnStatisticsForTableOutput
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 PartialEq<UpdateColumnStatisticsForTableOutput> for UpdateColumnStatisticsForTableOutput
impl PartialEq<UpdateColumnStatisticsForTableOutput> for UpdateColumnStatisticsForTableOutput
sourcefn eq(&self, other: &UpdateColumnStatisticsForTableOutput) -> bool
fn eq(&self, other: &UpdateColumnStatisticsForTableOutput) -> bool
impl StructuralPartialEq for UpdateColumnStatisticsForTableOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateColumnStatisticsForTableOutput
impl Send for UpdateColumnStatisticsForTableOutput
impl Sync for UpdateColumnStatisticsForTableOutput
impl Unpin for UpdateColumnStatisticsForTableOutput
impl UnwindSafe for UpdateColumnStatisticsForTableOutput
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