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