pub struct WebhookDispatchClient { /* private fields */ }Expand description
Client for a specific webhook dispatch.
Implementations§
Source§impl WebhookDispatchClient
impl WebhookDispatchClient
Sourcepub async fn get(&self) -> ApifyClientResult<Option<WebhookDispatch>>
pub async fn get(&self) -> ApifyClientResult<Option<WebhookDispatch>>
Fetches the webhook dispatch, or None if it does not exist.
Trait Implementations§
Source§impl Clone for WebhookDispatchClient
impl Clone for WebhookDispatchClient
Source§fn clone(&self) -> WebhookDispatchClient
fn clone(&self) -> WebhookDispatchClient
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 WebhookDispatchClient
impl !UnwindSafe for WebhookDispatchClient
impl Freeze for WebhookDispatchClient
impl Send for WebhookDispatchClient
impl Sync for WebhookDispatchClient
impl Unpin for WebhookDispatchClient
impl UnsafeUnpin for WebhookDispatchClient
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