#[non_exhaustive]pub struct BatchUpdateUserOutput { /* private fields */ }Implementations§
source§impl BatchUpdateUserOutput
impl BatchUpdateUserOutput
sourcepub fn user_errors(&self) -> Option<&[UserError]>
pub fn user_errors(&self) -> Option<&[UserError]>
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
source§impl BatchUpdateUserOutput
impl BatchUpdateUserOutput
sourcepub fn builder() -> BatchUpdateUserOutputBuilder
pub fn builder() -> BatchUpdateUserOutputBuilder
Creates a new builder-style object to manufacture BatchUpdateUserOutput.
Trait Implementations§
source§impl Clone for BatchUpdateUserOutput
impl Clone for BatchUpdateUserOutput
source§fn clone(&self) -> BatchUpdateUserOutput
fn clone(&self) -> BatchUpdateUserOutput
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 BatchUpdateUserOutput
impl Debug for BatchUpdateUserOutput
source§impl PartialEq<BatchUpdateUserOutput> for BatchUpdateUserOutput
impl PartialEq<BatchUpdateUserOutput> for BatchUpdateUserOutput
source§fn eq(&self, other: &BatchUpdateUserOutput) -> bool
fn eq(&self, other: &BatchUpdateUserOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchUpdateUserOutput
impl RequestId for BatchUpdateUserOutput
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 BatchUpdateUserOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdateUserOutput
impl Send for BatchUpdateUserOutput
impl Sync for BatchUpdateUserOutput
impl Unpin for BatchUpdateUserOutput
impl UnwindSafe for BatchUpdateUserOutput
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