pub struct FinancialInstrumentForm2 {
pub bookg_apprnc: Option<Appearance3Choice>,
pub lgl_form: Option<FormOfSecurity8Choice>,
}Fields§
§bookg_apprnc: Option<Appearance3Choice>§lgl_form: Option<FormOfSecurity8Choice>Implementations§
Source§impl FinancialInstrumentForm2
impl FinancialInstrumentForm2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentForm2
impl RefUnwindSafe for FinancialInstrumentForm2
impl Send for FinancialInstrumentForm2
impl Sync for FinancialInstrumentForm2
impl Unpin for FinancialInstrumentForm2
impl UnwindSafe for FinancialInstrumentForm2
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