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