pub struct TransactionIdentifications24 {
pub acct_ownr_tx_id: String,
pub acct_svcr_tx_id: Option<String>,
pub mkt_infrstrctr_tx_id: Option<String>,
pub prcr_tx_id: Option<String>,
}Fields§
§acct_ownr_tx_id: String§acct_svcr_tx_id: Option<String>§mkt_infrstrctr_tx_id: Option<String>§prcr_tx_id: Option<String>Implementations§
Source§impl TransactionIdentifications24
impl TransactionIdentifications24
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionIdentifications24
impl RefUnwindSafe for TransactionIdentifications24
impl Send for TransactionIdentifications24
impl Sync for TransactionIdentifications24
impl Unpin for TransactionIdentifications24
impl UnwindSafe for TransactionIdentifications24
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