pub struct Package4 {
pub cmplx_trad_id: Option<String>,
pub fx_swp_lk_id: Option<String>,
pub pric: Option<SecuritiesTransactionPrice17Choice>,
pub sprd: Option<SecuritiesTransactionPrice20Choice>,
}Fields§
§cmplx_trad_id: Option<String>§fx_swp_lk_id: Option<String>§pric: Option<SecuritiesTransactionPrice17Choice>§sprd: Option<SecuritiesTransactionPrice20Choice>Implementations§
Auto Trait Implementations§
impl Freeze for Package4
impl RefUnwindSafe for Package4
impl Send for Package4
impl Sync for Package4
impl Unpin for Package4
impl UnwindSafe for Package4
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