Struct aws_sdk_s3::operation::GetObjectTorrent [−][src]
pub struct GetObjectTorrent { /* fields omitted */ }
Expand description
Operation shape for GetObjectTorrent
.
This is usually constructed for you using the the fluent builder returned by
get_object_torrent
.
See crate::client::fluent_builders::GetObjectTorrent
for more details about the operation.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetObjectTorrent
impl Send for GetObjectTorrent
impl Sync for GetObjectTorrent
impl Unpin for GetObjectTorrent
impl UnwindSafe for GetObjectTorrent
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