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