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