StandingOrderSearchCriteria5

Struct StandingOrderSearchCriteria5 

Source
pub struct StandingOrderSearchCriteria5 {
Show 13 fields pub key_attrbts_ind: Option<bool>, pub stg_ordr_id: Option<String>, pub tp: Option<StandingOrderType1Choice>, pub acct: Option<CashAccount40>, pub ccy: Option<String>, pub vldty_prd: Option<DatePeriod2Choice>, pub sys_mmb: Option<BranchAndFinancialInstitutionIdentification8>, pub rspnsbl_pty: Option<BranchAndFinancialInstitutionIdentification8>, pub assoctd_pool_acct: Option<AccountIdentification4Choice>, pub lk_set_id: Option<String>, pub lk_set_ordr_id: Option<String>, pub lk_set_ordr_seq: Option<f64>, pub zero_sweep_ind: Option<bool>,
}

Fields§

§key_attrbts_ind: Option<bool>§stg_ordr_id: Option<String>§tp: Option<StandingOrderType1Choice>§acct: Option<CashAccount40>§ccy: Option<String>§vldty_prd: Option<DatePeriod2Choice>§sys_mmb: Option<BranchAndFinancialInstitutionIdentification8>§rspnsbl_pty: Option<BranchAndFinancialInstitutionIdentification8>§assoctd_pool_acct: Option<AccountIdentification4Choice>§lk_set_id: Option<String>§lk_set_ordr_id: Option<String>§lk_set_ordr_seq: Option<f64>§zero_sweep_ind: Option<bool>

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.