pub struct AccountSwitchDetails1 {
pub unq_ref_nb: String,
pub rtg_unq_ref_nb: String,
pub swtch_rcvd_dt_tm: Option<String>,
pub swtch_dt: Option<String>,
pub swtch_tp: SwitchType1Code,
pub swtch_sts: Option<SwitchStatus1Code>,
pub bal_trf_wndw: Option<BalanceTransferWindow1Code>,
pub rspn: Option<Vec<ResponseDetails1>>,
}Fields§
§unq_ref_nb: String§rtg_unq_ref_nb: String§swtch_rcvd_dt_tm: Option<String>§swtch_dt: Option<String>§swtch_tp: SwitchType1Code§swtch_sts: Option<SwitchStatus1Code>§bal_trf_wndw: Option<BalanceTransferWindow1Code>§rspn: Option<Vec<ResponseDetails1>>Implementations§
Source§impl AccountSwitchDetails1
impl AccountSwitchDetails1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountSwitchDetails1
impl RefUnwindSafe for AccountSwitchDetails1
impl Send for AccountSwitchDetails1
impl Sync for AccountSwitchDetails1
impl Unpin for AccountSwitchDetails1
impl UnwindSafe for AccountSwitchDetails1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more