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