pub struct WebhookCollectionClient { /* private fields */ }Expand description
Client for listing and creating webhooks.
Implementations§
Source§impl WebhookCollectionClient
impl WebhookCollectionClient
Sourcepub async fn list(
&self,
options: ListOptions,
) -> ApifyClientResult<PaginationList<Webhook>>
pub async fn list( &self, options: ListOptions, ) -> ApifyClientResult<PaginationList<Webhook>>
Lists webhooks with offset/limit pagination.
Trait Implementations§
Source§impl Clone for WebhookCollectionClient
impl Clone for WebhookCollectionClient
Source§fn clone(&self) -> WebhookCollectionClient
fn clone(&self) -> WebhookCollectionClient
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 WebhookCollectionClient
impl !UnwindSafe for WebhookCollectionClient
impl Freeze for WebhookCollectionClient
impl Send for WebhookCollectionClient
impl Sync for WebhookCollectionClient
impl Unpin for WebhookCollectionClient
impl UnsafeUnpin for WebhookCollectionClient
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