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