Struct aws_sdk_workdocs::operation::describe_groups::paginator::DescribeGroupsPaginatorItems
source · pub struct DescribeGroupsPaginatorItems(_);
Expand description
Flattened paginator for DescribeGroupsPaginator
This is created with .items()
Implementations§
source§impl DescribeGroupsPaginatorItems
impl DescribeGroupsPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<GroupMetadata, SdkError<DescribeGroupsError, HttpResponse>>> + Unpin
pub fn send( self ) -> impl Stream<Item = Result<GroupMetadata, SdkError<DescribeGroupsError, 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 DescribeGroupsPaginatorItems
impl Send for DescribeGroupsPaginatorItems
impl Sync for DescribeGroupsPaginatorItems
impl Unpin for DescribeGroupsPaginatorItems
impl !UnwindSafe for DescribeGroupsPaginatorItems
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