pub struct Rates3 {
pub fxd: Option<f64>,
pub fltg: Option<f64>,
pub buy_sell_bck: Option<SecuritiesTransactionPrice18Choice>,
}Fields§
§fxd: Option<f64>§fltg: Option<f64>§buy_sell_bck: Option<SecuritiesTransactionPrice18Choice>Implementations§
Auto Trait Implementations§
impl Freeze for Rates3
impl RefUnwindSafe for Rates3
impl Send for Rates3
impl Sync for Rates3
impl Unpin for Rates3
impl UnwindSafe for Rates3
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