#[non_exhaustive]pub struct SnowflakeConnectorProfileCredentials { /* private fields */ }
Expand description
The connector-specific profile credentials required when using Snowflake.
Implementations
sourceimpl SnowflakeConnectorProfileCredentials
impl SnowflakeConnectorProfileCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnowflakeConnectorProfileCredentials
.
Trait Implementations
sourceimpl Clone for SnowflakeConnectorProfileCredentials
impl Clone for SnowflakeConnectorProfileCredentials
sourcefn clone(&self) -> SnowflakeConnectorProfileCredentials
fn clone(&self) -> SnowflakeConnectorProfileCredentials
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<SnowflakeConnectorProfileCredentials> for SnowflakeConnectorProfileCredentials
impl PartialEq<SnowflakeConnectorProfileCredentials> for SnowflakeConnectorProfileCredentials
sourcefn eq(&self, other: &SnowflakeConnectorProfileCredentials) -> bool
fn eq(&self, other: &SnowflakeConnectorProfileCredentials) -> bool
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
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