Struct aws_sdk_chime::output::BatchUpdateUserOutput
source · [−]#[non_exhaustive]pub struct BatchUpdateUserOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl BatchUpdateUserOutput
impl BatchUpdateUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdateUserOutput.
Trait Implementations
sourceimpl Clone for BatchUpdateUserOutput
impl Clone for BatchUpdateUserOutput
sourcefn clone(&self) -> BatchUpdateUserOutput
fn clone(&self) -> BatchUpdateUserOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchUpdateUserOutput
impl Debug for BatchUpdateUserOutput
sourceimpl PartialEq<BatchUpdateUserOutput> for BatchUpdateUserOutput
impl PartialEq<BatchUpdateUserOutput> for BatchUpdateUserOutput
sourcefn eq(&self, other: &BatchUpdateUserOutput) -> bool
fn eq(&self, other: &BatchUpdateUserOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more