#[repr(C)]pub struct MarketDataBandingPriceField {
pub is_null: bool,
pub BandingUpperPrice: f64,
pub BandingLowerPrice: f64,
}Fields§
§is_null: bool§BandingUpperPrice: f64§BandingLowerPrice: f64Trait Implementations§
Source§impl Clone for MarketDataBandingPriceField
impl Clone for MarketDataBandingPriceField
Source§impl Debug for MarketDataBandingPriceField
impl Debug for MarketDataBandingPriceField
Auto Trait Implementations§
impl Freeze for MarketDataBandingPriceField
impl RefUnwindSafe for MarketDataBandingPriceField
impl Send for MarketDataBandingPriceField
impl Sync for MarketDataBandingPriceField
impl Unpin for MarketDataBandingPriceField
impl UnwindSafe for MarketDataBandingPriceField
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