pub struct TransactionType2 {
pub sts: EntryStatus1Choice,
pub cdt_dbt_ind: CreditDebitCode,
pub flr_lmt: Option<Vec<Limit2>>,
}Fields§
§sts: EntryStatus1Choice§cdt_dbt_ind: CreditDebitCode§flr_lmt: Option<Vec<Limit2>>Implementations§
Source§impl TransactionType2
impl TransactionType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionType2
impl RefUnwindSafe for TransactionType2
impl Send for TransactionType2
impl Sync for TransactionType2
impl Unpin for TransactionType2
impl UnwindSafe for TransactionType2
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