[][src]Struct iso20022::pain_008_001_09::Frequency36Choice

pub struct Frequency36Choice {
    pub prd: Option<FrequencyPeriod1>,
    pub pt_in_tm: Option<FrequencyAndMoment1>,
    pub tp: Option<i32>,
}

Fields

prd: Option<FrequencyPeriod1>pt_in_tm: Option<FrequencyAndMoment1>tp: Option<i32>

Methods

impl Frequency36Choice[src]

pub fn tp(&self) -> Frequency6Code[src]

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

pub fn set_tp(&mut self, value: Frequency6Code)[src]

Sets tp to the provided enum value.

Trait Implementations

impl Clone for Frequency36Choice[src]

impl Debug for Frequency36Choice[src]

impl Default for Frequency36Choice[src]

impl Message for Frequency36Choice[src]

impl PartialEq<Frequency36Choice> for Frequency36Choice[src]

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