Struct rusoto::CredentialsError []

pub struct CredentialsError {
    pub message: String,
}

Fields

Trait Implementations

impl Error for CredentialsError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl PartialEq<CredentialsError> for CredentialsError

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for CredentialsError

Formats the value using the given formatter.

impl Debug for CredentialsError

Formats the value using the given formatter.

impl From<ParseError> for CredentialsError

Performs the conversion.

impl From<Error> for CredentialsError

Performs the conversion.