Struct aws_sdk_rust::aws::errors::creds::CredentialsError [] [src]

pub struct CredentialsError {
    pub message: String,
}

Fields

Methods

impl CredentialsError
[src]

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

Returns the "default value" for a type. Read more

impl Decodable for CredentialsError
[src]

Deserialize a value using a Decoder.

impl Encodable for CredentialsError
[src]

Serialize a value using an Encoder.

impl Display for CredentialsError
[src]

Formats the value using the given formatter. Read more

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.