Struct rusoto_s3::SelectObjectContentOutput [−][src]
pub struct SelectObjectContentOutput {
pub payload: Option<EventStream<SelectObjectContentEventStreamItem>>,
}Fields
payload: Option<EventStream<SelectObjectContentEventStreamItem>>The array of results.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SelectObjectContentOutput
impl Send for SelectObjectContentOutput
impl !Sync for SelectObjectContentOutput
impl Unpin for SelectObjectContentOutput
impl !UnwindSafe for SelectObjectContentOutput
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