pub enum VerifyX402PaymentError {
Status400(X402VerifyPaymentRejection),
Status500(Error),
Status502(Error),
Status503(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyX402PaymentError
impl RefUnwindSafe for VerifyX402PaymentError
impl Send for VerifyX402PaymentError
impl Sync for VerifyX402PaymentError
impl Unpin for VerifyX402PaymentError
impl UnsafeUnpin for VerifyX402PaymentError
impl UnwindSafe for VerifyX402PaymentError
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