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