[][src]Enum iso20022::pain_001_001_10::payment_instruction34::PaymentMethod3Code

#[repr(i32)]
pub enum PaymentMethod3Code {
    Chk,
    Tra,
    Trf,
}

Variants

Chk
Tra
Trf

Methods

impl PaymentMethod3Code[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of PaymentMethod3Code.

pub fn from_i32(value: i32) -> Option<PaymentMethod3Code>[src]

Converts an i32 to a PaymentMethod3Code, or None if value is not a valid variant.

Trait Implementations

impl Clone for PaymentMethod3Code[src]

impl Copy for PaymentMethod3Code[src]

impl Debug for PaymentMethod3Code[src]

impl Default for PaymentMethod3Code[src]

impl Eq for PaymentMethod3Code[src]

impl From<PaymentMethod3Code> for i32[src]

impl Hash for PaymentMethod3Code[src]

impl Ord for PaymentMethod3Code[src]

impl PartialEq<PaymentMethod3Code> for PaymentMethod3Code[src]

impl PartialOrd<PaymentMethod3Code> for PaymentMethod3Code[src]

impl StructuralEq for PaymentMethod3Code[src]

impl StructuralPartialEq for PaymentMethod3Code[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.