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