pub struct RDSDatabaseCredentials {
pub password: String,
pub username: String,
}
Expand description
The database credentials to connect to a database on an RDS DB instance.
Fields§
§password: String
§username: String
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 Default for RDSDatabaseCredentials
impl Default for RDSDatabaseCredentials
Source§fn default() -> RDSDatabaseCredentials
fn default() -> RDSDatabaseCredentials
Returns the “default value” for a type. Read more
Source§impl PartialEq for RDSDatabaseCredentials
impl PartialEq for RDSDatabaseCredentials
Source§impl Serialize for RDSDatabaseCredentials
impl Serialize for RDSDatabaseCredentials
impl StructuralPartialEq for RDSDatabaseCredentials
Auto Trait Implementations§
impl Freeze for RDSDatabaseCredentials
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