Struct rusoto_s3::GetObjectTorrentOutput [−][src]
pub struct GetObjectTorrentOutput {
pub body: Option<StreamingBody>,
pub request_charged: Option<String>,
}Fields
body: Option<StreamingBody>A Bencoded dictionary as defined by the BitTorrent specification
request_charged: Option<String>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for GetObjectTorrentOutput
impl Send for GetObjectTorrentOutput
impl !Sync for GetObjectTorrentOutput
impl Unpin for GetObjectTorrentOutput
impl !UnwindSafe for GetObjectTorrentOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more