Struct aws_sdk_appflow::types::PardotSourceProperties
source · #[non_exhaustive]pub struct PardotSourceProperties { /* private fields */ }
Expand description
The properties that are applied when Salesforce Pardot is being used as a source.
Implementations§
source§impl PardotSourceProperties
impl PardotSourceProperties
sourcepub fn builder() -> PardotSourcePropertiesBuilder
pub fn builder() -> PardotSourcePropertiesBuilder
Creates a new builder-style object to manufacture PardotSourceProperties
.
Trait Implementations§
source§impl Clone for PardotSourceProperties
impl Clone for PardotSourceProperties
source§fn clone(&self) -> PardotSourceProperties
fn clone(&self) -> PardotSourceProperties
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 Debug for PardotSourceProperties
impl Debug for PardotSourceProperties
source§impl PartialEq<PardotSourceProperties> for PardotSourceProperties
impl PartialEq<PardotSourceProperties> for PardotSourceProperties
source§fn eq(&self, other: &PardotSourceProperties) -> bool
fn eq(&self, other: &PardotSourceProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PardotSourceProperties
Auto Trait Implementations§
impl RefUnwindSafe for PardotSourceProperties
impl Send for PardotSourceProperties
impl Sync for PardotSourceProperties
impl Unpin for PardotSourceProperties
impl UnwindSafe for PardotSourceProperties
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