Struct aws_sdk_macie2::input::GetAdministratorAccountInput
source · [−]#[non_exhaustive]pub struct GetAdministratorAccountInput {}
Implementations
sourceimpl GetAdministratorAccountInput
impl GetAdministratorAccountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAdministratorAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAdministratorAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAdministratorAccount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAdministratorAccountInput
.
Trait Implementations
sourceimpl Clone for GetAdministratorAccountInput
impl Clone for GetAdministratorAccountInput
sourcefn clone(&self) -> GetAdministratorAccountInput
fn clone(&self) -> GetAdministratorAccountInput
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 GetAdministratorAccountInput
impl Debug for GetAdministratorAccountInput
sourceimpl PartialEq<GetAdministratorAccountInput> for GetAdministratorAccountInput
impl PartialEq<GetAdministratorAccountInput> for GetAdministratorAccountInput
sourcefn eq(&self, other: &GetAdministratorAccountInput) -> bool
fn eq(&self, other: &GetAdministratorAccountInput) -> bool
impl StructuralPartialEq for GetAdministratorAccountInput
Auto Trait Implementations
impl RefUnwindSafe for GetAdministratorAccountInput
impl Send for GetAdministratorAccountInput
impl Sync for GetAdministratorAccountInput
impl Unpin for GetAdministratorAccountInput
impl UnwindSafe for GetAdministratorAccountInput
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