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