pub struct SecurityAttributes12 {
pub fin_instrm_tp: Option<Vec<FinancialInstrument97>>,
pub fin_instrm_attrbts: Option<Vec<CommonFinancialInstrumentAttributes12>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§fin_instrm_tp: Option<Vec<FinancialInstrument97>>§fin_instrm_attrbts: Option<Vec<CommonFinancialInstrumentAttributes12>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl SecurityAttributes12
impl SecurityAttributes12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityAttributes12
impl RefUnwindSafe for SecurityAttributes12
impl Send for SecurityAttributes12
impl Sync for SecurityAttributes12
impl Unpin for SecurityAttributes12
impl UnwindSafe for SecurityAttributes12
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