#[non_exhaustive]pub struct RdsDatabaseCredentials { /* private fields */ }
Expand description
The database credentials to connect to a database on an RDS DB instance.
Implementations§
source§impl RdsDatabaseCredentials
impl RdsDatabaseCredentials
source§impl RdsDatabaseCredentials
impl RdsDatabaseCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RdsDatabaseCredentials
.
Trait Implementations§
source§impl Clone for RdsDatabaseCredentials
impl Clone for RdsDatabaseCredentials
source§fn clone(&self) -> RdsDatabaseCredentials
fn clone(&self) -> RdsDatabaseCredentials
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 RdsDatabaseCredentials
impl Debug for RdsDatabaseCredentials
source§impl PartialEq<RdsDatabaseCredentials> for RdsDatabaseCredentials
impl PartialEq<RdsDatabaseCredentials> for RdsDatabaseCredentials
source§fn eq(&self, other: &RdsDatabaseCredentials) -> bool
fn eq(&self, other: &RdsDatabaseCredentials) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.