Enum rusoto_s3::SelectObjectContentEventStreamItem [−][src]
pub enum SelectObjectContentEventStreamItem {
Cont(ContinuationEvent),
End(EndEvent),
Progress(ProgressEvent),
Records(RecordsEvent),
Stats(StatsEvent),
}Expand description
The container for selecting objects from a content event stream.
Variants
Cont(ContinuationEvent)The Continuation Event.
Tuple Fields of Cont
End(EndEvent)The End Event.
Tuple Fields of End
0: EndEventProgress(ProgressEvent)The Progress Event.
Tuple Fields of Progress
Records(RecordsEvent)The Records Event.
Tuple Fields of Records
0: RecordsEventStats(StatsEvent)The Stats Event.
Tuple Fields of Stats
0: StatsEventTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for SelectObjectContentEventStreamItem
impl Sync for SelectObjectContentEventStreamItem
impl Unpin for SelectObjectContentEventStreamItem
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