pub enum RefundPaymentError {
UnknownValue(Value),
}Expand description
struct for typed errors of method refund_payment
Variants§
Trait Implementations§
Source§impl Clone for RefundPaymentError
impl Clone for RefundPaymentError
Source§fn clone(&self) -> RefundPaymentError
fn clone(&self) -> RefundPaymentError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RefundPaymentError
impl Debug for RefundPaymentError
Source§impl<'de> Deserialize<'de> for RefundPaymentError
impl<'de> Deserialize<'de> for RefundPaymentError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RefundPaymentError
impl RefUnwindSafe for RefundPaymentError
impl Send for RefundPaymentError
impl Sync for RefundPaymentError
impl Unpin for RefundPaymentError
impl UnsafeUnpin for RefundPaymentError
impl UnwindSafe for RefundPaymentError
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