Struct rusoto_core::CredentialsError [] [src]

pub struct CredentialsError {
    pub message: String,
}

Fields

Methods

impl CredentialsError
[src]

Trait Implementations

impl Display for CredentialsError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for CredentialsError
[src]

Performs the conversion.

impl From<ParseError> for CredentialsError
[src]

Performs the conversion.

impl PartialEq<CredentialsError> for CredentialsError
[src]

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

This method tests for !=.

impl Error for CredentialsError
[src]

A short description of the error. Read more

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

impl Debug for CredentialsError
[src]

Formats the value using the given formatter.