pub struct References14 {
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>,
}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>Implementations§
Source§impl References14
impl References14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for References14
impl RefUnwindSafe for References14
impl Send for References14
impl Sync for References14
impl Unpin for References14
impl UnwindSafe for References14
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