pub struct References74Choice {
pub scties_sttlm_tx_id: Option<String>,
pub intra_pos_mvmnt_id: Option<String>,
pub intra_bal_mvmnt_id: Option<String>,
pub acct_svcr_tx_id: Option<String>,
pub mkt_infrstrctr_tx_id: Option<String>,
pub ctr_pty_mkt_infrstrctr_tx_id: Option<String>,
pub pool_id: Option<String>,
pub cmon_id: Option<String>,
pub trad_id: Option<String>,
pub othr_tx_id: Option<String>,
}Fields§
§scties_sttlm_tx_id: Option<String>§intra_pos_mvmnt_id: Option<String>§intra_bal_mvmnt_id: Option<String>§acct_svcr_tx_id: Option<String>§mkt_infrstrctr_tx_id: Option<String>§ctr_pty_mkt_infrstrctr_tx_id: Option<String>§pool_id: Option<String>§cmon_id: Option<String>§trad_id: Option<String>§othr_tx_id: Option<String>Implementations§
Source§impl References74Choice
impl References74Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for References74Choice
impl RefUnwindSafe for References74Choice
impl Send for References74Choice
impl Sync for References74Choice
impl Unpin for References74Choice
impl UnwindSafe for References74Choice
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