#[repr(C)]pub struct TradingNoticeInfoField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub SendTime: String,
pub FieldContent: Vec<u8>,
pub SequenceSeries: u16,
pub SequenceNo: i32,
pub InvestUnitID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§SendTime: String
§FieldContent: Vec<u8>
§SequenceSeries: u16
§SequenceNo: i32
§InvestUnitID: String
Trait Implementations§
Source§impl Clone for TradingNoticeInfoField
impl Clone for TradingNoticeInfoField
Source§impl Debug for TradingNoticeInfoField
impl Debug for TradingNoticeInfoField
Source§impl Default for TradingNoticeInfoField
impl Default for TradingNoticeInfoField
Source§impl ExternType for TradingNoticeInfoField
impl ExternType for TradingNoticeInfoField
Auto Trait Implementations§
impl Freeze for TradingNoticeInfoField
impl RefUnwindSafe for TradingNoticeInfoField
impl Send for TradingNoticeInfoField
impl Sync for TradingNoticeInfoField
impl Unpin for TradingNoticeInfoField
impl UnwindSafe for TradingNoticeInfoField
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