Struct rusoto::CredentialsError [] [src]

pub struct CredentialsError {
    pub message: String,
}

Fields

Trait Implementations

impl Debug for CredentialsError
[src]

Formats the value using the given formatter.

impl PartialEq 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 Display for CredentialsError
[src]

Formats the value using the given formatter.

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 From<ParseError> for CredentialsError
[src]

Performs the conversion.

impl From<IoError> for CredentialsError
[src]

Performs the conversion.