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