Struct aws_sdk_codepipeline::operation::list_webhooks::paginator::ListWebhooksPaginatorItems
source · pub struct ListWebhooksPaginatorItems(/* private fields */);
Expand description
Flattened paginator for ListWebhooksPaginator
This is created with .items()
Implementations§
source§impl ListWebhooksPaginatorItems
impl ListWebhooksPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<ListWebhookItem, SdkError<ListWebhooksError, HttpResponse>>> + Unpin
pub fn send( self ) -> impl Stream<Item = Result<ListWebhookItem, SdkError<ListWebhooksError, HttpResponse>>> + 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 ListWebhooksPaginatorItems
impl Send for ListWebhooksPaginatorItems
impl Sync for ListWebhooksPaginatorItems
impl Unpin for ListWebhooksPaginatorItems
impl !UnwindSafe for ListWebhooksPaginatorItems
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