Struct aws_sdk_s3::operation::SelectObjectContent
source · [−]pub struct SelectObjectContent { /* private fields */ }
Expand description
Operation shape for SelectObjectContent
.
This is usually constructed for you using the the fluent builder returned by
select_object_content
.
See crate::client::fluent_builders::SelectObjectContent
for more details about the operation.
Implementations
Trait Implementations
sourceimpl Clone for SelectObjectContent
impl Clone for SelectObjectContent
sourcefn clone(&self) -> SelectObjectContent
fn clone(&self) -> SelectObjectContent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SelectObjectContent
impl Debug for SelectObjectContent
sourceimpl Default for SelectObjectContent
impl Default for SelectObjectContent
sourcefn default() -> SelectObjectContent
fn default() -> SelectObjectContent
Returns the “default value” for a type. Read more
sourceimpl ParseHttpResponse for SelectObjectContent
impl ParseHttpResponse for SelectObjectContent
type Output = Result<SelectObjectContentOutput, SelectObjectContentError>
type Output = Result<SelectObjectContentOutput, SelectObjectContentError>
Output type of the HttpResponse. Read more
Auto Trait Implementations
impl RefUnwindSafe for SelectObjectContent
impl Send for SelectObjectContent
impl Sync for SelectObjectContent
impl Unpin for SelectObjectContent
impl UnwindSafe for SelectObjectContent
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