Struct aws_sdk_s3::operation::GetObjectTorrent
source · pub struct GetObjectTorrent { /* private fields */ }
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§
source§impl Clone for GetObjectTorrent
impl Clone for GetObjectTorrent
source§fn clone(&self) -> GetObjectTorrent
fn clone(&self) -> GetObjectTorrent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetObjectTorrent
impl Debug for GetObjectTorrent
source§impl Default for GetObjectTorrent
impl Default for GetObjectTorrent
source§fn default() -> GetObjectTorrent
fn default() -> GetObjectTorrent
Returns the “default value” for a type. Read more
source§impl ParseHttpResponse for GetObjectTorrent
impl ParseHttpResponse for GetObjectTorrent
§type Output = Result<GetObjectTorrentOutput, GetObjectTorrentError>
type Output = Result<GetObjectTorrentOutput, GetObjectTorrentError>
Output type of the HttpResponse. Read more