pub struct ListProjectsPaginatorItems(_);
Expand description
Flattened paginator for ListProjectsPaginator
This is created with .items()
Implementations§
source§impl ListProjectsPaginatorItems
impl ListProjectsPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<Project, SdkError<ListProjectsError, HttpResponse>>> + Unpin
pub fn send( self ) -> impl Stream<Item = Result<Project, SdkError<ListProjectsError, 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 ListProjectsPaginatorItems
impl Send for ListProjectsPaginatorItems
impl Sync for ListProjectsPaginatorItems
impl Unpin for ListProjectsPaginatorItems
impl !UnwindSafe for ListProjectsPaginatorItems
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