#[non_exhaustive]pub struct ZendeskConnectorProfileProperties { /* private fields */ }Expand description
The connector-specific profile properties required when using Zendesk.
Implementations§
source§impl ZendeskConnectorProfileProperties
impl ZendeskConnectorProfileProperties
sourcepub fn instance_url(&self) -> Option<&str>
pub fn instance_url(&self) -> Option<&str>
The location of the Zendesk resource.
source§impl ZendeskConnectorProfileProperties
impl ZendeskConnectorProfileProperties
sourcepub fn builder() -> ZendeskConnectorProfilePropertiesBuilder
pub fn builder() -> ZendeskConnectorProfilePropertiesBuilder
Creates a new builder-style object to manufacture ZendeskConnectorProfileProperties.
Trait Implementations§
source§impl Clone for ZendeskConnectorProfileProperties
impl Clone for ZendeskConnectorProfileProperties
source§fn clone(&self) -> ZendeskConnectorProfileProperties
fn clone(&self) -> ZendeskConnectorProfileProperties
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<ZendeskConnectorProfileProperties> for ZendeskConnectorProfileProperties
impl PartialEq<ZendeskConnectorProfileProperties> for ZendeskConnectorProfileProperties
source§fn eq(&self, other: &ZendeskConnectorProfileProperties) -> bool
fn eq(&self, other: &ZendeskConnectorProfileProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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