pub enum WebhookErrorKind {
InvalidSignature,
InvalidPayload,
DeserializationError,
Expired,
}Variants§
Trait Implementations§
Source§impl Debug for WebhookErrorKind
impl Debug for WebhookErrorKind
Auto Trait Implementations§
impl Freeze for WebhookErrorKind
impl RefUnwindSafe for WebhookErrorKind
impl Send for WebhookErrorKind
impl Sync for WebhookErrorKind
impl Unpin for WebhookErrorKind
impl UnsafeUnpin for WebhookErrorKind
impl UnwindSafe for WebhookErrorKind
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