Struct aws_sdk_macie2::types::AccountDetail
source · #[non_exhaustive]pub struct AccountDetail { /* private fields */ }Expand description
Specifies the details of an account to associate with an Amazon Macie administrator account.
Implementations§
source§impl AccountDetail
impl AccountDetail
source§impl AccountDetail
impl AccountDetail
sourcepub fn builder() -> AccountDetailBuilder
pub fn builder() -> AccountDetailBuilder
Creates a new builder-style object to manufacture AccountDetail.
Trait Implementations§
source§impl Clone for AccountDetail
impl Clone for AccountDetail
source§fn clone(&self) -> AccountDetail
fn clone(&self) -> AccountDetail
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 AccountDetail
impl Debug for AccountDetail
source§impl PartialEq<AccountDetail> for AccountDetail
impl PartialEq<AccountDetail> for AccountDetail
source§fn eq(&self, other: &AccountDetail) -> bool
fn eq(&self, other: &AccountDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AccountDetail
Auto Trait Implementations§
impl RefUnwindSafe for AccountDetail
impl Send for AccountDetail
impl Sync for AccountDetail
impl Unpin for AccountDetail
impl UnwindSafe for AccountDetail
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