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