pub struct DescribeCommunicationsPaginatorItems(_);Expand description
Flattened paginator for DescribeCommunicationsPaginator
This is created with .items()
Implementations
sourceimpl DescribeCommunicationsPaginatorItems
impl DescribeCommunicationsPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<Communication, SdkError<DescribeCommunicationsError>>> + Unpin
pub fn send(
self
) -> impl Stream<Item = Result<Communication, SdkError<DescribeCommunicationsError>>> + 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 DescribeCommunicationsPaginatorItems
impl Send for DescribeCommunicationsPaginatorItems
impl Sync for DescribeCommunicationsPaginatorItems
impl Unpin for DescribeCommunicationsPaginatorItems
impl !UnwindSafe for DescribeCommunicationsPaginatorItems
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