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