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