Struct aws_sdk_chime::output::UpdateAppInstanceUserOutput
source · [−]#[non_exhaustive]pub struct UpdateAppInstanceUserOutput { /* private fields */ }Implementations
sourceimpl UpdateAppInstanceUserOutput
impl UpdateAppInstanceUserOutput
sourcepub fn app_instance_user_arn(&self) -> Option<&str>
pub fn app_instance_user_arn(&self) -> Option<&str>
The ARN of the AppInstanceUser.
sourceimpl UpdateAppInstanceUserOutput
impl UpdateAppInstanceUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAppInstanceUserOutput.
Trait Implementations
sourceimpl Clone for UpdateAppInstanceUserOutput
impl Clone for UpdateAppInstanceUserOutput
sourcefn clone(&self) -> UpdateAppInstanceUserOutput
fn clone(&self) -> UpdateAppInstanceUserOutput
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 UpdateAppInstanceUserOutput
impl Debug for UpdateAppInstanceUserOutput
sourceimpl PartialEq<UpdateAppInstanceUserOutput> for UpdateAppInstanceUserOutput
impl PartialEq<UpdateAppInstanceUserOutput> for UpdateAppInstanceUserOutput
sourcefn eq(&self, other: &UpdateAppInstanceUserOutput) -> bool
fn eq(&self, other: &UpdateAppInstanceUserOutput) -> bool
impl StructuralPartialEq for UpdateAppInstanceUserOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAppInstanceUserOutput
impl Send for UpdateAppInstanceUserOutput
impl Sync for UpdateAppInstanceUserOutput
impl Unpin for UpdateAppInstanceUserOutput
impl UnwindSafe for UpdateAppInstanceUserOutput
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