Struct rusoto_s3::S3Error [] [src]

pub struct S3Error {
    pub code: Option<String>,
    pub key: Option<String>,
    pub message: Option<String>,
    pub version_id: Option<String>,
}

Fields

Trait Implementations

impl Default for S3Error
[src]

[src]

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

impl Debug for S3Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for S3Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for S3Error

impl Sync for S3Error