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