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