pub struct WebhookDeliveryTask {
pub webhook: WebhookSubscription,
pub event: Event,
}Expand description
A task queued for async webhook delivery
Fields§
§webhook: WebhookSubscription§event: EventTrait Implementations§
Source§impl Clone for WebhookDeliveryTask
impl Clone for WebhookDeliveryTask
Source§fn clone(&self) -> WebhookDeliveryTask
fn clone(&self) -> WebhookDeliveryTask
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for WebhookDeliveryTask
impl RefUnwindSafe for WebhookDeliveryTask
impl Send for WebhookDeliveryTask
impl Sync for WebhookDeliveryTask
impl Unpin for WebhookDeliveryTask
impl UnsafeUnpin for WebhookDeliveryTask
impl UnwindSafe for WebhookDeliveryTask
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