pub struct FinancialInstrument104 {
pub id: String,
pub issr: String,
}Fields§
§id: String§issr: StringImplementations§
Source§impl FinancialInstrument104
impl FinancialInstrument104
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrument104
impl RefUnwindSafe for FinancialInstrument104
impl Send for FinancialInstrument104
impl Sync for FinancialInstrument104
impl Unpin for FinancialInstrument104
impl UnwindSafe for FinancialInstrument104
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