pub struct FinancialInstrument58 {
pub isin: Option<String>,
pub nm: FloatingInterestRate8,
}Fields§
§isin: Option<String>§nm: FloatingInterestRate8Implementations§
Source§impl FinancialInstrument58
impl FinancialInstrument58
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrument58
impl RefUnwindSafe for FinancialInstrument58
impl Send for FinancialInstrument58
impl Sync for FinancialInstrument58
impl Unpin for FinancialInstrument58
impl UnwindSafe for FinancialInstrument58
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