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