#[non_exhaustive]pub struct UpdateUserPoolOutput { /* private fields */ }Expand description
Represents the response from the server when you make a request to update the user pool.
Implementations§
source§impl UpdateUserPoolOutput
impl UpdateUserPoolOutput
sourcepub fn builder() -> UpdateUserPoolOutputBuilder
pub fn builder() -> UpdateUserPoolOutputBuilder
Creates a new builder-style object to manufacture UpdateUserPoolOutput.
Trait Implementations§
source§impl Clone for UpdateUserPoolOutput
impl Clone for UpdateUserPoolOutput
source§fn clone(&self) -> UpdateUserPoolOutput
fn clone(&self) -> UpdateUserPoolOutput
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 UpdateUserPoolOutput
impl Debug for UpdateUserPoolOutput
source§impl PartialEq for UpdateUserPoolOutput
impl PartialEq for UpdateUserPoolOutput
source§fn eq(&self, other: &UpdateUserPoolOutput) -> bool
fn eq(&self, other: &UpdateUserPoolOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateUserPoolOutput
impl RequestId for UpdateUserPoolOutput
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 UpdateUserPoolOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserPoolOutput
impl Send for UpdateUserPoolOutput
impl Sync for UpdateUserPoolOutput
impl Unpin for UpdateUserPoolOutput
impl UnwindSafe for UpdateUserPoolOutput
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.