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