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