pub struct References34Choice {
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 pool_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>§pool_id: Option<String>§othr_tx_id: Option<String>Implementations§
Source§impl References34Choice
impl References34Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for References34Choice
impl RefUnwindSafe for References34Choice
impl Send for References34Choice
impl Sync for References34Choice
impl Unpin for References34Choice
impl UnwindSafe for References34Choice
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