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