Struct aws_sdk_appflow::model::ZendeskMetadata
source · [−]#[non_exhaustive]pub struct ZendeskMetadata { /* private fields */ }
Expand description
The connector metadata specific to Zendesk.
Implementations
sourceimpl ZendeskMetadata
impl ZendeskMetadata
sourcepub fn o_auth_scopes(&self) -> Option<&[String]>
pub fn o_auth_scopes(&self) -> Option<&[String]>
The desired authorization scope for the Zendesk account.
sourceimpl ZendeskMetadata
impl ZendeskMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ZendeskMetadata
.
Trait Implementations
sourceimpl Clone for ZendeskMetadata
impl Clone for ZendeskMetadata
sourcefn clone(&self) -> ZendeskMetadata
fn clone(&self) -> ZendeskMetadata
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 Debug for ZendeskMetadata
impl Debug for ZendeskMetadata
sourceimpl PartialEq<ZendeskMetadata> for ZendeskMetadata
impl PartialEq<ZendeskMetadata> for ZendeskMetadata
sourcefn eq(&self, other: &ZendeskMetadata) -> bool
fn eq(&self, other: &ZendeskMetadata) -> bool
impl StructuralPartialEq for ZendeskMetadata
Auto Trait Implementations
impl RefUnwindSafe for ZendeskMetadata
impl Send for ZendeskMetadata
impl Sync for ZendeskMetadata
impl Unpin for ZendeskMetadata
impl UnwindSafe for ZendeskMetadata
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