pub struct Webhook;
Implementations§
Source§impl Webhook
impl Webhook
Sourcepub async fn verify(
client: &Client,
dto: VerifyWebhookSignatureDto,
) -> Result<VerifyWebhookSignatureResponse, PayPalError>
pub async fn verify( client: &Client, dto: VerifyWebhookSignatureDto, ) -> Result<VerifyWebhookSignatureResponse, PayPalError>
Verifies a webhook signature.
Auto Trait Implementations§
impl Freeze for Webhook
impl RefUnwindSafe for Webhook
impl Send for Webhook
impl Sync for Webhook
impl Unpin for Webhook
impl UnwindSafe for Webhook
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