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