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