pub struct RecentItemsListPaginator { /* private fields */ }Expand description
Async paginator over RecentItemsManager::list, yielding one crate::models::schemas::RecentItem
per item across pages (FR-7.3).
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RecentItemsListPaginator
impl !UnwindSafe for RecentItemsListPaginator
impl Freeze for RecentItemsListPaginator
impl Send for RecentItemsListPaginator
impl Sync for RecentItemsListPaginator
impl Unpin for RecentItemsListPaginator
impl UnsafeUnpin for RecentItemsListPaginator
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