Struct rusoto_s3::GetObjectTorrentOutput[][src]

pub struct GetObjectTorrentOutput {
    pub body: Option<StreamingBody>,
    pub request_charged: Option<String>,
}

Fields

Trait Implementations

impl Default for GetObjectTorrentOutput
[src]

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

impl Debug for GetObjectTorrentOutput
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations