#[repr(C)]pub struct TradingAccountPasswordUpdateField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub OldPassword: String,
pub NewPassword: String,
pub CurrencyID: String,
}Expand description
资金账户口令变更域
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
AccountID: String投资者帐号
OldPassword: String原来的口令
NewPassword: String新的口令
CurrencyID: String币种代码
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradingAccountPasswordUpdateField
impl RefUnwindSafe for TradingAccountPasswordUpdateField
impl Send for TradingAccountPasswordUpdateField
impl Sync for TradingAccountPasswordUpdateField
impl Unpin for TradingAccountPasswordUpdateField
impl UnsafeUnpin for TradingAccountPasswordUpdateField
impl UnwindSafe for TradingAccountPasswordUpdateField
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