Struct s3::S3RegionParseError [] [src]

pub struct S3RegionParseError(_);

Error raised when a string cannot be parsed to a valid Region.

Trait Implementations

impl Clone for S3RegionParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for S3RegionParseError
[src]

Formats the value using the given formatter.

impl Eq for S3RegionParseError
[src]

impl PartialEq for S3RegionParseError
[src]

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

This method tests for !=.