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