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