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