#[repr(C)]pub struct CThostFtdcBrokerUserPasswordField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub Password: TThostFtdcPasswordType,
pub LastUpdateTime: TThostFtdcDateTimeType,
pub LastLoginTime: TThostFtdcDateTimeType,
pub ExpireDate: TThostFtdcDateType,
pub WeakExpireDate: TThostFtdcDateType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§Password: TThostFtdcPasswordType§LastUpdateTime: TThostFtdcDateTimeType§LastLoginTime: TThostFtdcDateTimeType§ExpireDate: TThostFtdcDateType§WeakExpireDate: TThostFtdcDateTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerUserPasswordField
impl Clone for CThostFtdcBrokerUserPasswordField
Source§fn clone(&self) -> CThostFtdcBrokerUserPasswordField
fn clone(&self) -> CThostFtdcBrokerUserPasswordField
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 CThostFtdcBrokerUserPasswordField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserPasswordField
impl RefUnwindSafe for CThostFtdcBrokerUserPasswordField
impl Send for CThostFtdcBrokerUserPasswordField
impl Sync for CThostFtdcBrokerUserPasswordField
impl Unpin for CThostFtdcBrokerUserPasswordField
impl UnwindSafe for CThostFtdcBrokerUserPasswordField
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