pub enum AbortCode {
Rejected,
}
Variants§
Rejected
The payment is rejected. It should not be used in the original_payment_reference_id
field
of a new payment
Trait Implementations§
source§impl<'de> Deserialize<'de> for AbortCode
impl<'de> Deserialize<'de> for AbortCode
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
source§impl PartialEq<AbortCode> for AbortCode
impl PartialEq<AbortCode> for AbortCode
impl Copy for AbortCode
impl Eq for AbortCode
impl StructuralEq for AbortCode
impl StructuralPartialEq for AbortCode
Auto Trait Implementations§
impl RefUnwindSafe for AbortCode
impl Send for AbortCode
impl Sync for AbortCode
impl Unpin for AbortCode
impl UnwindSafe for AbortCode
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.