pub struct WebhookDispatchCollectionClient { /* private fields */ }Expand description
Client for listing webhook dispatches.
Implementations§
Source§impl WebhookDispatchCollectionClient
impl WebhookDispatchCollectionClient
Sourcepub async fn list(
&self,
options: ListOptions,
) -> ApifyClientResult<PaginationList<WebhookDispatch>>
pub async fn list( &self, options: ListOptions, ) -> ApifyClientResult<PaginationList<WebhookDispatch>>
Lists webhook dispatches with offset/limit pagination.
Trait Implementations§
Source§impl Clone for WebhookDispatchCollectionClient
impl Clone for WebhookDispatchCollectionClient
Source§fn clone(&self) -> WebhookDispatchCollectionClient
fn clone(&self) -> WebhookDispatchCollectionClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for WebhookDispatchCollectionClient
impl !UnwindSafe for WebhookDispatchCollectionClient
impl Freeze for WebhookDispatchCollectionClient
impl Send for WebhookDispatchCollectionClient
impl Sync for WebhookDispatchCollectionClient
impl Unpin for WebhookDispatchCollectionClient
impl UnsafeUnpin for WebhookDispatchCollectionClient
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