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