#[repr(C)]pub struct BulletinField {Show 13 fields
pub is_null: bool,
pub ExchangeID: String,
pub TradingDay: String,
pub BulletinID: i32,
pub SequenceNo: i32,
pub NewsType: Vec<u8>,
pub NewsUrgency: u8,
pub SendTime: String,
pub Abstract: Vec<u8>,
pub ComeFrom: Vec<u8>,
pub Content: Vec<u8>,
pub URLLink: Vec<u8>,
pub MarketID: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§TradingDay: String
§BulletinID: i32
§SequenceNo: i32
§NewsType: Vec<u8>
§NewsUrgency: u8
§SendTime: String
§Abstract: Vec<u8>
§ComeFrom: Vec<u8>
§Content: Vec<u8>
§URLLink: Vec<u8>
§MarketID: String
Trait Implementations§
Source§impl Clone for BulletinField
impl Clone for BulletinField
Source§impl Debug for BulletinField
impl Debug for BulletinField
Source§impl Default for BulletinField
impl Default for BulletinField
Source§impl ExternType for BulletinField
impl ExternType for BulletinField
Auto Trait Implementations§
impl Freeze for BulletinField
impl RefUnwindSafe for BulletinField
impl Send for BulletinField
impl Sync for BulletinField
impl Unpin for BulletinField
impl UnwindSafe for BulletinField
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