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