pub struct CounterpartyMatchingCriteria6 {
pub rptg_ctr_pty: Option<CompareOrganisationIdentification6>,
pub othr_ctr_pty: Option<CompareOrganisationIdentification7>,
pub drctn_or_sd: Option<CompareLegDirection2>,
}Fields§
§rptg_ctr_pty: Option<CompareOrganisationIdentification6>§othr_ctr_pty: Option<CompareOrganisationIdentification7>§drctn_or_sd: Option<CompareLegDirection2>Implementations§
Source§impl CounterpartyMatchingCriteria6
impl CounterpartyMatchingCriteria6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CounterpartyMatchingCriteria6
impl RefUnwindSafe for CounterpartyMatchingCriteria6
impl Send for CounterpartyMatchingCriteria6
impl Sync for CounterpartyMatchingCriteria6
impl Unpin for CounterpartyMatchingCriteria6
impl UnwindSafe for CounterpartyMatchingCriteria6
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