#[repr(C)]pub struct CThostFtdcRspUserAuthMethodField {
pub UsableAuthMethod: TThostFtdcCurrentAuthMethodType,
}Fields§
§UsableAuthMethod: TThostFtdcCurrentAuthMethodTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspUserAuthMethodField
impl Clone for CThostFtdcRspUserAuthMethodField
Source§fn clone(&self) -> CThostFtdcRspUserAuthMethodField
fn clone(&self) -> CThostFtdcRspUserAuthMethodField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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