pub struct SettlementParties32 {
pub dpstry: PartyIdentification63,
pub pty1: Option<PartyIdentificationAndAccount95>,
pub pty2: Option<PartyIdentificationAndAccount95>,
pub pty3: Option<PartyIdentificationAndAccount95>,
pub pty4: Option<PartyIdentificationAndAccount95>,
pub pty5: Option<PartyIdentificationAndAccount95>,
}Fields§
§dpstry: PartyIdentification63§pty1: Option<PartyIdentificationAndAccount95>§pty2: Option<PartyIdentificationAndAccount95>§pty3: Option<PartyIdentificationAndAccount95>§pty4: Option<PartyIdentificationAndAccount95>§pty5: Option<PartyIdentificationAndAccount95>Implementations§
Source§impl SettlementParties32
impl SettlementParties32
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementParties32
impl RefUnwindSafe for SettlementParties32
impl Send for SettlementParties32
impl Sync for SettlementParties32
impl Unpin for SettlementParties32
impl UnwindSafe for SettlementParties32
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