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