Struct aws_sdk_rust::aws::common::region::ParseRegionError [] [src]

pub struct ParseRegionError { /* fields omitted */ }

An error produced when attempting to convert a str into a Region fails.

Methods

impl ParseRegionError
[src]

Trait Implementations

impl Debug for ParseRegionError
[src]

Formats the value using the given formatter.

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

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

impl Decodable for ParseRegionError
[src]

Deserialize a value using a Decoder.

impl Encodable for ParseRegionError
[src]

Serialize a value using an Encoder.

impl Error for ParseRegionError
[src]

A short description of the error. Read more

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

impl Display for ParseRegionError
[src]

Formats the value using the given formatter. Read more