#[non_exhaustive]pub struct MarketoConnectorProfileProperties { /* private fields */ }
Expand description
The connector-specific profile properties required when using Marketo.
Implementations
sourceimpl MarketoConnectorProfileProperties
impl MarketoConnectorProfileProperties
sourcepub fn instance_url(&self) -> Option<&str>
pub fn instance_url(&self) -> Option<&str>
The location of the Marketo resource.
sourceimpl MarketoConnectorProfileProperties
impl MarketoConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MarketoConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for MarketoConnectorProfileProperties
impl Clone for MarketoConnectorProfileProperties
sourcefn clone(&self) -> MarketoConnectorProfileProperties
fn clone(&self) -> MarketoConnectorProfileProperties
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 PartialEq<MarketoConnectorProfileProperties> for MarketoConnectorProfileProperties
impl PartialEq<MarketoConnectorProfileProperties> for MarketoConnectorProfileProperties
sourcefn eq(&self, other: &MarketoConnectorProfileProperties) -> bool
fn eq(&self, other: &MarketoConnectorProfileProperties) -> bool
impl StructuralPartialEq for MarketoConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for MarketoConnectorProfileProperties
impl Send for MarketoConnectorProfileProperties
impl Sync for MarketoConnectorProfileProperties
impl Unpin for MarketoConnectorProfileProperties
impl UnwindSafe for MarketoConnectorProfileProperties
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