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