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