Struct rusoto_s3::GetObjectTorrentRequest [] [src]

pub struct GetObjectTorrentRequest {
    pub bucket: BucketName,
    pub key: ObjectKey,
    pub request_payer: Option<RequestPayer>,
}

Fields

Trait Implementations

impl Default for GetObjectTorrentRequest
[src]

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

impl Clone for GetObjectTorrentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetObjectTorrentRequest
[src]

Formats the value using the given formatter.