#[non_exhaustive]pub struct UpdateMyUserProfileOutput { /* private fields */ }Implementations§
source§impl UpdateMyUserProfileOutput
impl UpdateMyUserProfileOutput
sourcepub fn builder() -> UpdateMyUserProfileOutputBuilder
pub fn builder() -> UpdateMyUserProfileOutputBuilder
Creates a new builder-style object to manufacture UpdateMyUserProfileOutput.
Trait Implementations§
source§impl Clone for UpdateMyUserProfileOutput
impl Clone for UpdateMyUserProfileOutput
source§fn clone(&self) -> UpdateMyUserProfileOutput
fn clone(&self) -> UpdateMyUserProfileOutput
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 UpdateMyUserProfileOutput
impl Debug for UpdateMyUserProfileOutput
source§impl PartialEq for UpdateMyUserProfileOutput
impl PartialEq for UpdateMyUserProfileOutput
source§fn eq(&self, other: &UpdateMyUserProfileOutput) -> bool
fn eq(&self, other: &UpdateMyUserProfileOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateMyUserProfileOutput
impl RequestId for UpdateMyUserProfileOutput
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 UpdateMyUserProfileOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMyUserProfileOutput
impl Send for UpdateMyUserProfileOutput
impl Sync for UpdateMyUserProfileOutput
impl Unpin for UpdateMyUserProfileOutput
impl UnwindSafe for UpdateMyUserProfileOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.