CustomerAccount5

Struct CustomerAccount5 

Source
pub struct CustomerAccount5 {
Show 15 fields pub id: Vec<AccountIdentification4Choice>, pub nm: Option<String>, pub sts: Option<AccountStatus3Code>, pub tp: Option<CashAccountType2Choice>, pub ccy: String, pub mnthly_pmt_val: Option<f64>, pub mnthly_rcvd_val: Option<f64>, pub mnthly_tx_nb: Option<String>, pub avrg_bal: Option<f64>, pub acct_purp: Option<String>, pub flr_ntfctn_amt: Option<f64>, pub clng_ntfctn_amt: Option<f64>, pub stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndForm1>>, pub clsg_dt: Option<String>, pub rstrctn: Option<Vec<Restriction1>>,
}

Fields§

§id: Vec<AccountIdentification4Choice>§nm: Option<String>§sts: Option<AccountStatus3Code>§tp: Option<CashAccountType2Choice>§ccy: String§mnthly_pmt_val: Option<f64>§mnthly_rcvd_val: Option<f64>§mnthly_tx_nb: Option<String>§avrg_bal: Option<f64>§acct_purp: Option<String>§flr_ntfctn_amt: Option<f64>§clng_ntfctn_amt: Option<f64>§stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndForm1>>§clsg_dt: Option<String>§rstrctn: Option<Vec<Restriction1>>

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.