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]
impl PartialEq for ParseRegionError
[src]
fn eq(&self, __arg_0: &ParseRegionError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ParseRegionError) -> bool
This method tests for !=
.
impl Default for ParseRegionError
[src]
fn default() -> ParseRegionError
Returns the "default value" for a type. Read more
impl Decodable for ParseRegionError
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<ParseRegionError, __D::Error>
__arg_0: &mut __D
) -> Result<ParseRegionError, __D::Error>
Deserialize a value using a Decoder
.
impl Encodable for ParseRegionError
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder
.
impl Error for ParseRegionError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more