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