#[non_exhaustive]pub struct RedshiftConnectorProfileCredentials { /* private fields */ }
Expand description
The connector-specific profile credentials required when using Amazon Redshift.
Implementations
sourceimpl RedshiftConnectorProfileCredentials
impl RedshiftConnectorProfileCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftConnectorProfileCredentials
.
Trait Implementations
sourceimpl Clone for RedshiftConnectorProfileCredentials
impl Clone for RedshiftConnectorProfileCredentials
sourcefn clone(&self) -> RedshiftConnectorProfileCredentials
fn clone(&self) -> RedshiftConnectorProfileCredentials
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<RedshiftConnectorProfileCredentials> for RedshiftConnectorProfileCredentials
impl PartialEq<RedshiftConnectorProfileCredentials> for RedshiftConnectorProfileCredentials
sourcefn eq(&self, other: &RedshiftConnectorProfileCredentials) -> bool
fn eq(&self, other: &RedshiftConnectorProfileCredentials) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more