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