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