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