#[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() -> RdsDatabaseCredentialsBuilder
pub fn builder() -> RdsDatabaseCredentialsBuilder
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 ==
.impl StructuralPartialEq for RdsDatabaseCredentials
Auto Trait Implementations§
impl RefUnwindSafe for RdsDatabaseCredentials
impl Send for RdsDatabaseCredentials
impl Sync for RdsDatabaseCredentials
impl Unpin for RdsDatabaseCredentials
impl UnwindSafe for RdsDatabaseCredentials
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more