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