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