#[non_exhaustive]pub struct GetAdministratorAccountOutput { /* private fields */ }Implementations
sourceimpl GetAdministratorAccountOutput
impl GetAdministratorAccountOutput
sourcepub fn administrator(&self) -> Option<&Invitation>
pub fn administrator(&self) -> Option<&Invitation>
Details about an invitation.
sourceimpl GetAdministratorAccountOutput
impl GetAdministratorAccountOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAdministratorAccountOutput.
Trait Implementations
sourceimpl Clone for GetAdministratorAccountOutput
impl Clone for GetAdministratorAccountOutput
sourcefn clone(&self) -> GetAdministratorAccountOutput
fn clone(&self) -> GetAdministratorAccountOutput
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 GetAdministratorAccountOutput
impl Debug for GetAdministratorAccountOutput
sourceimpl PartialEq<GetAdministratorAccountOutput> for GetAdministratorAccountOutput
impl PartialEq<GetAdministratorAccountOutput> for GetAdministratorAccountOutput
sourcefn eq(&self, other: &GetAdministratorAccountOutput) -> bool
fn eq(&self, other: &GetAdministratorAccountOutput) -> bool
impl StructuralPartialEq for GetAdministratorAccountOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAdministratorAccountOutput
impl Send for GetAdministratorAccountOutput
impl Sync for GetAdministratorAccountOutput
impl Unpin for GetAdministratorAccountOutput
impl UnwindSafe for GetAdministratorAccountOutput
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