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