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