pub struct TradeTransactionIdentification16 {
pub tech_rcrd_id: Option<String>,
pub rptg_ctr_pty: OrganisationIdentification15Choice,
pub othr_ctr_pty: PartyIdentification236Choice,
pub ntty_rspnsbl_for_rpt: Option<OrganisationIdentification15Choice>,
pub coll_prtfl_id: Option<String>,
}Fields§
§tech_rcrd_id: Option<String>§rptg_ctr_pty: OrganisationIdentification15Choice§othr_ctr_pty: PartyIdentification236Choice§ntty_rspnsbl_for_rpt: Option<OrganisationIdentification15Choice>§coll_prtfl_id: Option<String>Implementations§
Source§impl TradeTransactionIdentification16
impl TradeTransactionIdentification16
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeTransactionIdentification16
impl RefUnwindSafe for TradeTransactionIdentification16
impl Send for TradeTransactionIdentification16
impl Sync for TradeTransactionIdentification16
impl Unpin for TradeTransactionIdentification16
impl UnwindSafe for TradeTransactionIdentification16
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