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