Struct rusoto_s3::CopyObjectResult [] [src]

pub struct CopyObjectResult {
    pub e_tag: Option<ETag>,
    pub last_modified: Option<LastModified>,
}

Fields

Trait Implementations

impl Default for CopyObjectResult
[src]

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

impl Clone for CopyObjectResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CopyObjectResult
[src]

Formats the value using the given formatter.