#[non_exhaustive]pub struct GetUserDetailsOutput { /* private fields */ }
Implementations§
source§impl GetUserDetailsOutput
impl GetUserDetailsOutput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user as displayed in Amazon CodeCatalyst.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The friendly name displayed for the user in Amazon CodeCatalyst.
sourcepub fn primary_email(&self) -> Option<&EmailAddress>
pub fn primary_email(&self) -> Option<&EmailAddress>
The email address provided by the user when they signed up.
source§impl GetUserDetailsOutput
impl GetUserDetailsOutput
sourcepub fn builder() -> GetUserDetailsOutputBuilder
pub fn builder() -> GetUserDetailsOutputBuilder
Creates a new builder-style object to manufacture GetUserDetailsOutput
.
Trait Implementations§
source§impl Clone for GetUserDetailsOutput
impl Clone for GetUserDetailsOutput
source§fn clone(&self) -> GetUserDetailsOutput
fn clone(&self) -> GetUserDetailsOutput
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 GetUserDetailsOutput
impl Debug for GetUserDetailsOutput
source§impl PartialEq<GetUserDetailsOutput> for GetUserDetailsOutput
impl PartialEq<GetUserDetailsOutput> for GetUserDetailsOutput
source§fn eq(&self, other: &GetUserDetailsOutput) -> bool
fn eq(&self, other: &GetUserDetailsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetUserDetailsOutput
impl RequestId for GetUserDetailsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetUserDetailsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetUserDetailsOutput
impl Send for GetUserDetailsOutput
impl Sync for GetUserDetailsOutput
impl Unpin for GetUserDetailsOutput
impl UnwindSafe for GetUserDetailsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more