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