pub struct SecurityInstrumentDescription9 {
pub id: String,
pub full_nm: String,
pub shrt_nm: Option<String>,
pub clssfctn_tp: String,
pub ntnl_ccy: String,
pub cmmdty_deriv_ind: bool,
}Fields§
§id: String§full_nm: String§shrt_nm: Option<String>§clssfctn_tp: String§ntnl_ccy: String§cmmdty_deriv_ind: boolImplementations§
Source§impl SecurityInstrumentDescription9
impl SecurityInstrumentDescription9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityInstrumentDescription9
impl RefUnwindSafe for SecurityInstrumentDescription9
impl Send for SecurityInstrumentDescription9
impl Sync for SecurityInstrumentDescription9
impl Unpin for SecurityInstrumentDescription9
impl UnwindSafe for SecurityInstrumentDescription9
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