Struct aws_sdk_chime::types::AppInstanceAdminSummary
source · #[non_exhaustive]pub struct AppInstanceAdminSummary {
pub admin: Option<Identity>,
}Expand description
Summary of the details of an AppInstanceAdmin.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.admin: Option<Identity>The details of the AppInstanceAdmin.
Implementations§
source§impl AppInstanceAdminSummary
impl AppInstanceAdminSummary
sourcepub fn builder() -> AppInstanceAdminSummaryBuilder
pub fn builder() -> AppInstanceAdminSummaryBuilder
Creates a new builder-style object to manufacture AppInstanceAdminSummary.
Trait Implementations§
source§impl Clone for AppInstanceAdminSummary
impl Clone for AppInstanceAdminSummary
source§fn clone(&self) -> AppInstanceAdminSummary
fn clone(&self) -> AppInstanceAdminSummary
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 AppInstanceAdminSummary
impl Debug for AppInstanceAdminSummary
source§impl PartialEq for AppInstanceAdminSummary
impl PartialEq for AppInstanceAdminSummary
source§fn eq(&self, other: &AppInstanceAdminSummary) -> bool
fn eq(&self, other: &AppInstanceAdminSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AppInstanceAdminSummary
Auto Trait Implementations§
impl RefUnwindSafe for AppInstanceAdminSummary
impl Send for AppInstanceAdminSummary
impl Sync for AppInstanceAdminSummary
impl Unpin for AppInstanceAdminSummary
impl UnwindSafe for AppInstanceAdminSummary
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.