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