pub enum ExternalPaymentModificationRejection1Code {
Show 29 variants
Um01,
Um02,
Um03,
Um04,
Um05,
Um06,
Um07,
Um08,
Um09,
Um10,
Um11,
Um12,
Um13,
Um14,
Um15,
Um16,
Um17,
Um18,
Um19,
Um20,
Um21,
Um22,
Um23,
Um24,
Um25,
Um26,
Um27,
Um28,
Unknown,
}Variants§
Um01
Um02
Um03
Um04
Um05
Um06
Um07
Um08
Um09
Um10
Um11
Um12
Um13
Um14
Um15
Um16
Um17
Um18
Um19
Um20
Um21
Um22
Um23
Um24
Um25
Um26
Um27
Um28
Unknown
Trait Implementations§
Source§impl Clone for ExternalPaymentModificationRejection1Code
impl Clone for ExternalPaymentModificationRejection1Code
Source§fn clone(&self) -> ExternalPaymentModificationRejection1Code
fn clone(&self) -> ExternalPaymentModificationRejection1Code
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 Default for ExternalPaymentModificationRejection1Code
impl Default for ExternalPaymentModificationRejection1Code
Source§fn default() -> ExternalPaymentModificationRejection1Code
fn default() -> ExternalPaymentModificationRejection1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalPaymentModificationRejection1Code
impl<'de> Deserialize<'de> for ExternalPaymentModificationRejection1Code
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
impl StructuralPartialEq for ExternalPaymentModificationRejection1Code
Auto Trait Implementations§
impl Freeze for ExternalPaymentModificationRejection1Code
impl RefUnwindSafe for ExternalPaymentModificationRejection1Code
impl Send for ExternalPaymentModificationRejection1Code
impl Sync for ExternalPaymentModificationRejection1Code
impl Unpin for ExternalPaymentModificationRejection1Code
impl UnsafeUnpin for ExternalPaymentModificationRejection1Code
impl UnwindSafe for ExternalPaymentModificationRejection1Code
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