pub struct FinancialInstrumentName2 {
pub iso_shrt_nm: Option<String>,
pub iso_lng_nm: Option<String>,
pub vld_fr: Option<DateAndDateTime2Choice>,
}Fields§
§iso_shrt_nm: Option<String>§iso_lng_nm: Option<String>§vld_fr: Option<DateAndDateTime2Choice>Implementations§
Source§impl FinancialInstrumentName2
impl FinancialInstrumentName2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentName2
impl RefUnwindSafe for FinancialInstrumentName2
impl Send for FinancialInstrumentName2
impl Sync for FinancialInstrumentName2
impl Unpin for FinancialInstrumentName2
impl UnwindSafe for FinancialInstrumentName2
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