#[repr(C)]pub struct CThostFtdcRspUserAuthMethodField {
pub UsableAuthMethod: TThostFtdcCurrentAuthMethodType,
}
Expand description
用户发出获取安全安全登陆方法回复
Fields§
§UsableAuthMethod: TThostFtdcCurrentAuthMethodType
当前可以用的认证模式
Trait Implementations§
Source§impl Default for CThostFtdcRspUserAuthMethodField
impl Default for CThostFtdcRspUserAuthMethodField
Source§fn default() -> CThostFtdcRspUserAuthMethodField
fn default() -> CThostFtdcRspUserAuthMethodField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcRspUserAuthMethodField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspUserAuthMethodField
impl RefUnwindSafe for CThostFtdcRspUserAuthMethodField
impl Send for CThostFtdcRspUserAuthMethodField
impl Sync for CThostFtdcRspUserAuthMethodField
impl Unpin for CThostFtdcRspUserAuthMethodField
impl UnwindSafe for CThostFtdcRspUserAuthMethodField
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