pub struct PersonOrOrganisation4Choice {
pub lei: Option<String>,
pub prsn: Option<GenericPersonIdentification1>,
pub xcptn_id: Option<PartyExceptionType1Code>,
}Fields§
§lei: Option<String>§prsn: Option<GenericPersonIdentification1>§xcptn_id: Option<PartyExceptionType1Code>Implementations§
Source§impl PersonOrOrganisation4Choice
impl PersonOrOrganisation4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PersonOrOrganisation4Choice
impl RefUnwindSafe for PersonOrOrganisation4Choice
impl Send for PersonOrOrganisation4Choice
impl Sync for PersonOrOrganisation4Choice
impl Unpin for PersonOrOrganisation4Choice
impl UnwindSafe for PersonOrOrganisation4Choice
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