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