Struct aws_sdk_rum::model::AppMonitorDetails
source · #[non_exhaustive]pub struct AppMonitorDetails { /* private fields */ }
Expand description
A structure that contains information about the RUM app monitor.
Implementations§
source§impl AppMonitorDetails
impl AppMonitorDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AppMonitorDetails
.
Trait Implementations§
source§impl Clone for AppMonitorDetails
impl Clone for AppMonitorDetails
source§fn clone(&self) -> AppMonitorDetails
fn clone(&self) -> AppMonitorDetails
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 AppMonitorDetails
impl Debug for AppMonitorDetails
source§impl PartialEq<AppMonitorDetails> for AppMonitorDetails
impl PartialEq<AppMonitorDetails> for AppMonitorDetails
source§fn eq(&self, other: &AppMonitorDetails) -> bool
fn eq(&self, other: &AppMonitorDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.