pub struct CashParties24 {
pub cdtr: PartyIdentificationAndAccount96,
pub cdtr_agt: PartyIdentificationAndAccount97,
pub intrmy: Option<PartyIdentificationAndAccount97>,
pub intrmy2: Option<PartyIdentificationAndAccount97>,
}Fields§
§cdtr: PartyIdentificationAndAccount96§cdtr_agt: PartyIdentificationAndAccount97§intrmy: Option<PartyIdentificationAndAccount97>§intrmy2: Option<PartyIdentificationAndAccount97>Implementations§
Source§impl CashParties24
impl CashParties24
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashParties24
impl RefUnwindSafe for CashParties24
impl Send for CashParties24
impl Sync for CashParties24
impl Unpin for CashParties24
impl UnwindSafe for CashParties24
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