pub struct IntraBalanceStatusType2 {
pub prcg_sts: Option<Vec<ProcessingStatus68Choice>>,
pub sttlm_sts: Option<Vec<SettlementStatus26Choice>>,
pub sttld: Option<ProprietaryReason4>,
}Fields§
§prcg_sts: Option<Vec<ProcessingStatus68Choice>>§sttlm_sts: Option<Vec<SettlementStatus26Choice>>§sttld: Option<ProprietaryReason4>Implementations§
Source§impl IntraBalanceStatusType2
impl IntraBalanceStatusType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraBalanceStatusType2
impl RefUnwindSafe for IntraBalanceStatusType2
impl Send for IntraBalanceStatusType2
impl Sync for IntraBalanceStatusType2
impl Unpin for IntraBalanceStatusType2
impl UnwindSafe for IntraBalanceStatusType2
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