[][src]Struct iso20022::pain_007_001_10::CustomerPaymentReversalV10

pub struct CustomerPaymentReversalV10 {
    pub grp_hdr: GroupHeader88,
    pub orgnl_grp_inf: OriginalGroupHeader16,
    pub orgnl_pmt_inf_and_rvsl: Vec<OriginalPaymentInstruction37>,
    pub splmtry_data: Vec<SupplementaryData1>,
}

Fields

grp_hdr: GroupHeader88orgnl_grp_inf: OriginalGroupHeader16orgnl_pmt_inf_and_rvsl: Vec<OriginalPaymentInstruction37>splmtry_data: Vec<SupplementaryData1>

Trait Implementations

impl Clone for CustomerPaymentReversalV10[src]

impl Debug for CustomerPaymentReversalV10[src]

impl Default for CustomerPaymentReversalV10[src]

impl Message for CustomerPaymentReversalV10[src]

impl PartialEq<CustomerPaymentReversalV10> for CustomerPaymentReversalV10[src]

impl StructuralPartialEq for CustomerPaymentReversalV10[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.