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