pub struct SelectObjectContentOutput {
pub payload: Option<EventStream<SelectObjectContentEventStreamItem>>,
}Fields§
§payload: Option<EventStream<SelectObjectContentEventStreamItem>>The array of results.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectObjectContentOutput
impl !RefUnwindSafe for SelectObjectContentOutput
impl Send for SelectObjectContentOutput
impl Sync for SelectObjectContentOutput
impl Unpin for SelectObjectContentOutput
impl !UnwindSafe for SelectObjectContentOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more