#[non_exhaustive]pub struct RedshiftConnectorProfileCredentials { /* private fields */ }
Expand description
The connector-specific profile credentials required when using Amazon Redshift.
Implementations§
source§impl RedshiftConnectorProfileCredentials
impl RedshiftConnectorProfileCredentials
sourcepub fn builder() -> RedshiftConnectorProfileCredentialsBuilder
pub fn builder() -> RedshiftConnectorProfileCredentialsBuilder
Creates a new builder-style object to manufacture RedshiftConnectorProfileCredentials
.
Trait Implementations§
source§impl Clone for RedshiftConnectorProfileCredentials
impl Clone for RedshiftConnectorProfileCredentials
source§fn clone(&self) -> RedshiftConnectorProfileCredentials
fn clone(&self) -> RedshiftConnectorProfileCredentials
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 PartialEq<RedshiftConnectorProfileCredentials> for RedshiftConnectorProfileCredentials
impl PartialEq<RedshiftConnectorProfileCredentials> for RedshiftConnectorProfileCredentials
source§fn eq(&self, other: &RedshiftConnectorProfileCredentials) -> bool
fn eq(&self, other: &RedshiftConnectorProfileCredentials) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RedshiftConnectorProfileCredentials
Auto Trait Implementations§
impl RefUnwindSafe for RedshiftConnectorProfileCredentials
impl Send for RedshiftConnectorProfileCredentials
impl Sync for RedshiftConnectorProfileCredentials
impl Unpin for RedshiftConnectorProfileCredentials
impl UnwindSafe for RedshiftConnectorProfileCredentials
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