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