Struct aws_sdk_config::paginator::DescribeConfigurationAggregatorSourcesStatusPaginatorItems
source · [−]pub struct DescribeConfigurationAggregatorSourcesStatusPaginatorItems(_);Expand description
Flattened paginator for DescribeConfigurationAggregatorSourcesStatusPaginator
This is created with .items()
Implementations
sourceimpl DescribeConfigurationAggregatorSourcesStatusPaginatorItems
impl DescribeConfigurationAggregatorSourcesStatusPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<AggregatedSourceStatus, SdkError<DescribeConfigurationAggregatorSourcesStatusError>>> + Unpin
pub fn send(
self
) -> impl Stream<Item = Result<AggregatedSourceStatus, SdkError<DescribeConfigurationAggregatorSourcesStatusError>>> + Unpin
Create the pagination stream
Note: No requests will be dispatched until the stream is used (eg. with .next().await).
To read the entirety of the paginator, use .collect::<Result<Vec<_>, _>().
Auto Trait Implementations
impl !RefUnwindSafe for DescribeConfigurationAggregatorSourcesStatusPaginatorItems
impl Send for DescribeConfigurationAggregatorSourcesStatusPaginatorItems
impl Sync for DescribeConfigurationAggregatorSourcesStatusPaginatorItems
impl Unpin for DescribeConfigurationAggregatorSourcesStatusPaginatorItems
impl !UnwindSafe for DescribeConfigurationAggregatorSourcesStatusPaginatorItems
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