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