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