pub struct FinancialPartyClassification2Choice {
pub cd: Option<FinancialPartySectorType3Code>,
pub prtry: Option<GenericIdentification175>,
}Fields§
§cd: Option<FinancialPartySectorType3Code>§prtry: Option<GenericIdentification175>Implementations§
Source§impl FinancialPartyClassification2Choice
impl FinancialPartyClassification2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialPartyClassification2Choice
impl RefUnwindSafe for FinancialPartyClassification2Choice
impl Send for FinancialPartyClassification2Choice
impl Sync for FinancialPartyClassification2Choice
impl Unpin for FinancialPartyClassification2Choice
impl UnwindSafe for FinancialPartyClassification2Choice
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