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