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