pub struct RedshiftDatabaseCredentials {
pub password: String,
pub username: String,
}
Expand description
Describes the database credentials for connecting to a database on an Amazon Redshift cluster.
Fields§
§password: String
§username: String
Trait Implementations§
Source§impl Clone for RedshiftDatabaseCredentials
impl Clone for RedshiftDatabaseCredentials
Source§fn clone(&self) -> RedshiftDatabaseCredentials
fn clone(&self) -> RedshiftDatabaseCredentials
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 RedshiftDatabaseCredentials
impl Debug for RedshiftDatabaseCredentials
Source§impl Default for RedshiftDatabaseCredentials
impl Default for RedshiftDatabaseCredentials
Source§fn default() -> RedshiftDatabaseCredentials
fn default() -> RedshiftDatabaseCredentials
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RedshiftDatabaseCredentials
Auto Trait Implementations§
impl Freeze for RedshiftDatabaseCredentials
impl RefUnwindSafe for RedshiftDatabaseCredentials
impl Send for RedshiftDatabaseCredentials
impl Sync for RedshiftDatabaseCredentials
impl Unpin for RedshiftDatabaseCredentials
impl UnwindSafe for RedshiftDatabaseCredentials
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