Struct aws_sdk_s3::operation::GetObject
source · [−]pub struct GetObject { /* private fields */ }
Expand description
Operation shape for GetObject
.
This is usually constructed for you using the the fluent builder returned by
get_object
.
See crate::client::fluent_builders::GetObject
for more details about the operation.
Implementations
Trait Implementations
sourceimpl ParseHttpResponse for GetObject
impl ParseHttpResponse for GetObject
type Output = Result<GetObjectOutput, GetObjectError>
type Output = Result<GetObjectOutput, GetObjectError>
Output type of the HttpResponse. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetObject
impl Send for GetObject
impl Sync for GetObject
impl Unpin for GetObject
impl UnwindSafe for GetObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more