[][src]Struct iso20022::pain_001_001_10::RegulatoryReporting3

pub struct RegulatoryReporting3 {
    pub authrty: Option<RegulatoryAuthority2>,
    pub dbt_cdt_rptg_ind: Option<i32>,
    pub dtls: Vec<StructuredRegulatoryReporting3>,
}

Fields

authrty: Option<RegulatoryAuthority2>dbt_cdt_rptg_ind: Option<i32>dtls: Vec<StructuredRegulatoryReporting3>

Methods

impl RegulatoryReporting3[src]

pub fn dbt_cdt_rptg_ind(&self) -> RegulatoryReportingType1Code[src]

Returns the enum value of dbt_cdt_rptg_ind, or the default if the field is unset or set to an invalid enum value.

pub fn set_dbt_cdt_rptg_ind(&mut self, value: RegulatoryReportingType1Code)[src]

Sets dbt_cdt_rptg_ind to the provided enum value.

Trait Implementations

impl Clone for RegulatoryReporting3[src]

impl Debug for RegulatoryReporting3[src]

impl Default for RegulatoryReporting3[src]

impl Message for RegulatoryReporting3[src]

impl PartialEq<RegulatoryReporting3> for RegulatoryReporting3[src]

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