#[non_exhaustive]pub struct DeleteInvitationsOutput { /* private fields */ }Implementations
sourceimpl DeleteInvitationsOutput
impl DeleteInvitationsOutput
sourcepub fn unprocessed_accounts(&self) -> Option<&[Result]>
pub fn unprocessed_accounts(&self) -> Option<&[Result]>
The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
sourceimpl DeleteInvitationsOutput
impl DeleteInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteInvitationsOutput.
Trait Implementations
sourceimpl Clone for DeleteInvitationsOutput
impl Clone for DeleteInvitationsOutput
sourcefn clone(&self) -> DeleteInvitationsOutput
fn clone(&self) -> DeleteInvitationsOutput
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 DeleteInvitationsOutput
impl Debug for DeleteInvitationsOutput
sourceimpl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
impl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
sourcefn eq(&self, other: &DeleteInvitationsOutput) -> bool
fn eq(&self, other: &DeleteInvitationsOutput) -> bool
impl StructuralPartialEq for DeleteInvitationsOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteInvitationsOutput
impl Send for DeleteInvitationsOutput
impl Sync for DeleteInvitationsOutput
impl Unpin for DeleteInvitationsOutput
impl UnwindSafe for DeleteInvitationsOutput
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