#[repr(C)]pub struct ForQuoteRspField {Show 14 fields
pub trading_day: [u8; 9],
pub instrument_id: [u8; 31],
pub for_quote_ref: [u8; 13],
pub user_id: [u8; 16],
pub for_quote_local_id: [u8; 13],
pub exchange_id: [u8; 9],
pub participant_id: [u8; 11],
pub client_id: [u8; 11],
pub exchange_inst_id: [u8; 31],
pub trader_id: [u8; 21],
pub install_id: i32,
pub insert_time: [u8; 9],
pub for_quote_local_id2: [u8; 13],
pub action_day: [u8; 9],
}
Fields§
§trading_day: [u8; 9]
§instrument_id: [u8; 31]
§for_quote_ref: [u8; 13]
§user_id: [u8; 16]
§for_quote_local_id: [u8; 13]
§exchange_id: [u8; 9]
§participant_id: [u8; 11]
§client_id: [u8; 11]
§exchange_inst_id: [u8; 31]
§trader_id: [u8; 21]
§install_id: i32
§insert_time: [u8; 9]
§for_quote_local_id2: [u8; 13]
§action_day: [u8; 9]
Trait Implementations§
Source§impl Clone for ForQuoteRspField
impl Clone for ForQuoteRspField
Source§fn clone(&self) -> ForQuoteRspField
fn clone(&self) -> ForQuoteRspField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ForQuoteRspField
impl Debug for ForQuoteRspField
Auto Trait Implementations§
impl Freeze for ForQuoteRspField
impl RefUnwindSafe for ForQuoteRspField
impl Send for ForQuoteRspField
impl Sync for ForQuoteRspField
impl Unpin for ForQuoteRspField
impl UnwindSafe for ForQuoteRspField
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