Struct aws_sdk_appflow::model::ZendeskSourceProperties
source · [−]#[non_exhaustive]pub struct ZendeskSourceProperties { /* private fields */ }
Expand description
The properties that are applied when using Zendesk as a flow source.
Implementations
sourceimpl ZendeskSourceProperties
impl ZendeskSourceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ZendeskSourceProperties
.
Trait Implementations
sourceimpl Clone for ZendeskSourceProperties
impl Clone for ZendeskSourceProperties
sourcefn clone(&self) -> ZendeskSourceProperties
fn clone(&self) -> ZendeskSourceProperties
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 ZendeskSourceProperties
impl Debug for ZendeskSourceProperties
sourceimpl PartialEq<ZendeskSourceProperties> for ZendeskSourceProperties
impl PartialEq<ZendeskSourceProperties> for ZendeskSourceProperties
sourcefn eq(&self, other: &ZendeskSourceProperties) -> bool
fn eq(&self, other: &ZendeskSourceProperties) -> bool
impl StructuralPartialEq for ZendeskSourceProperties
Auto Trait Implementations
impl RefUnwindSafe for ZendeskSourceProperties
impl Send for ZendeskSourceProperties
impl Sync for ZendeskSourceProperties
impl Unpin for ZendeskSourceProperties
impl UnwindSafe for ZendeskSourceProperties
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