#[non_exhaustive]pub struct AuroraPostgreSqlParameters { /* private fields */ }Expand description
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.
Implementations
sourceimpl AuroraPostgreSqlParameters
impl AuroraPostgreSqlParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuroraPostgreSqlParameters.
Trait Implementations
sourceimpl Clone for AuroraPostgreSqlParameters
impl Clone for AuroraPostgreSqlParameters
sourcefn clone(&self) -> AuroraPostgreSqlParameters
fn clone(&self) -> AuroraPostgreSqlParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AuroraPostgreSqlParameters
impl Debug for AuroraPostgreSqlParameters
sourceimpl PartialEq<AuroraPostgreSqlParameters> for AuroraPostgreSqlParameters
impl PartialEq<AuroraPostgreSqlParameters> for AuroraPostgreSqlParameters
sourcefn eq(&self, other: &AuroraPostgreSqlParameters) -> bool
fn eq(&self, other: &AuroraPostgreSqlParameters) -> bool
impl StructuralPartialEq for AuroraPostgreSqlParameters
Auto Trait Implementations
impl RefUnwindSafe for AuroraPostgreSqlParameters
impl Send for AuroraPostgreSqlParameters
impl Sync for AuroraPostgreSqlParameters
impl Unpin for AuroraPostgreSqlParameters
impl UnwindSafe for AuroraPostgreSqlParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more