Struct aws_sdk_macie2::model::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
sourceimpl AccountDetail
impl AccountDetail
sourceimpl AccountDetail
impl AccountDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountDetail
.
Trait Implementations
sourceimpl Clone for AccountDetail
impl Clone for AccountDetail
sourcefn clone(&self) -> AccountDetail
fn clone(&self) -> AccountDetail
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 AccountDetail
impl Debug for AccountDetail
sourceimpl PartialEq<AccountDetail> for AccountDetail
impl PartialEq<AccountDetail> for AccountDetail
sourcefn eq(&self, other: &AccountDetail) -> bool
fn eq(&self, other: &AccountDetail) -> bool
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
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