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