Struct aws_sdk_auditmanager::operation::get_organization_admin_account::GetOrganizationAdminAccountInput
source · #[non_exhaustive]pub struct GetOrganizationAdminAccountInput {}Implementations§
source§impl GetOrganizationAdminAccountInput
impl GetOrganizationAdminAccountInput
sourcepub fn builder() -> GetOrganizationAdminAccountInputBuilder
pub fn builder() -> GetOrganizationAdminAccountInputBuilder
Creates a new builder-style object to manufacture GetOrganizationAdminAccountInput.
Trait Implementations§
source§impl Clone for GetOrganizationAdminAccountInput
impl Clone for GetOrganizationAdminAccountInput
source§fn clone(&self) -> GetOrganizationAdminAccountInput
fn clone(&self) -> GetOrganizationAdminAccountInput
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 PartialEq for GetOrganizationAdminAccountInput
impl PartialEq for GetOrganizationAdminAccountInput
source§fn eq(&self, other: &GetOrganizationAdminAccountInput) -> bool
fn eq(&self, other: &GetOrganizationAdminAccountInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetOrganizationAdminAccountInput
Auto Trait Implementations§
impl RefUnwindSafe for GetOrganizationAdminAccountInput
impl Send for GetOrganizationAdminAccountInput
impl Sync for GetOrganizationAdminAccountInput
impl Unpin for GetOrganizationAdminAccountInput
impl UnwindSafe for GetOrganizationAdminAccountInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.