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