pub struct PageIterator<'a, P>{ /* private fields */ }
Expand description
Async iterator for paginated contents
Buffers results from multiple pages and provides linear access. Implements automatic page fetching when buffer is exhausted.
Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for PageIterator<'a, P>
impl<'a, P> !RefUnwindSafe for PageIterator<'a, P>
impl<'a, P> Send for PageIterator<'a, P>
impl<'a, P> Sync for PageIterator<'a, P>
impl<'a, P> Unpin for PageIterator<'a, P>
impl<'a, P> !UnwindSafe for PageIterator<'a, P>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic_veecore::Request