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