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