#[non_exhaustive]pub struct GenerateCredentialReportOutput { /* private fields */ }Expand description
Contains the response to a successful GenerateCredentialReport request.
Implementations§
source§impl GenerateCredentialReportOutput
impl GenerateCredentialReportOutput
sourcepub fn state(&self) -> Option<&ReportStateType>
pub fn state(&self) -> Option<&ReportStateType>
Information about the state of the credential report.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Information about the credential report.
source§impl GenerateCredentialReportOutput
impl GenerateCredentialReportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GenerateCredentialReportOutput.
Trait Implementations§
source§impl Clone for GenerateCredentialReportOutput
impl Clone for GenerateCredentialReportOutput
source§fn clone(&self) -> GenerateCredentialReportOutput
fn clone(&self) -> GenerateCredentialReportOutput
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<GenerateCredentialReportOutput> for GenerateCredentialReportOutput
impl PartialEq<GenerateCredentialReportOutput> for GenerateCredentialReportOutput
source§fn eq(&self, other: &GenerateCredentialReportOutput) -> bool
fn eq(&self, other: &GenerateCredentialReportOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.