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