pub struct Webhook;
Implementations
sourceimpl Webhook
impl Webhook
sourcepub async fn verify(
client: &mut Client,
dto: VerifyWebhookSignatureDto
) -> Result<VerifyWebhookSignatureResponse, PayPalError>
pub async fn verify(
client: &mut Client,
dto: VerifyWebhookSignatureDto
) -> Result<VerifyWebhookSignatureResponse, PayPalError>
Verifies a webhook signature.
Auto Trait Implementations
impl RefUnwindSafe for Webhook
impl Send for Webhook
impl Sync for Webhook
impl Unpin for Webhook
impl UnwindSafe for Webhook
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more