[][src]Struct iso20022::pain_013_001_08::DateAndPlaceOfBirth1

pub struct DateAndPlaceOfBirth1 {
    pub birth_dt: i32,
    pub city_of_birth: String,
    pub ctry_of_birth: String,
    pub prvc_of_birth: Option<String>,
}

Fields

birth_dt: i32city_of_birth: Stringctry_of_birth: Stringprvc_of_birth: Option<String>

Methods

impl DateAndPlaceOfBirth1[src]

pub fn prvc_of_birth(&self) -> &str[src]

Returns the value of prvc_of_birth, or the default value if prvc_of_birth is unset.

Trait Implementations

impl Clone for DateAndPlaceOfBirth1[src]

impl Debug for DateAndPlaceOfBirth1[src]

impl Default for DateAndPlaceOfBirth1[src]

impl Message for DateAndPlaceOfBirth1[src]

impl PartialEq<DateAndPlaceOfBirth1> for DateAndPlaceOfBirth1[src]

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