#[repr(C)]pub struct ReqGenUserCaptchaField {
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 ReqGenUserCaptchaField
impl Clone for ReqGenUserCaptchaField
Source§impl Debug for ReqGenUserCaptchaField
impl Debug for ReqGenUserCaptchaField
Source§impl Default for ReqGenUserCaptchaField
impl Default for ReqGenUserCaptchaField
Source§impl ExternType for ReqGenUserCaptchaField
impl ExternType for ReqGenUserCaptchaField
Auto Trait Implementations§
impl Freeze for ReqGenUserCaptchaField
impl RefUnwindSafe for ReqGenUserCaptchaField
impl Send for ReqGenUserCaptchaField
impl Sync for ReqGenUserCaptchaField
impl Unpin for ReqGenUserCaptchaField
impl UnwindSafe for ReqGenUserCaptchaField
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