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