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