pub struct TransactionCounterpartyData11 {
pub bnfcry: Option<PartyIdentification236Choice>,
pub trpty_agt: Option<OrganisationIdentification15Choice>,
pub brkr: Option<OrganisationIdentification15Choice>,
pub clr_mmb: Option<OrganisationIdentification15Choice>,
pub sttlm_pties: Option<SettlementParties34Choice>,
pub agt_lndr: Option<OrganisationIdentification15Choice>,
}Fields§
§bnfcry: Option<PartyIdentification236Choice>§trpty_agt: Option<OrganisationIdentification15Choice>§brkr: Option<OrganisationIdentification15Choice>§clr_mmb: Option<OrganisationIdentification15Choice>§sttlm_pties: Option<SettlementParties34Choice>§agt_lndr: Option<OrganisationIdentification15Choice>Implementations§
Source§impl TransactionCounterpartyData11
impl TransactionCounterpartyData11
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionCounterpartyData11
impl RefUnwindSafe for TransactionCounterpartyData11
impl Send for TransactionCounterpartyData11
impl Sync for TransactionCounterpartyData11
impl Unpin for TransactionCounterpartyData11
impl UnwindSafe for TransactionCounterpartyData11
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