#[repr(C)]pub struct UserPasswordUpdateFromSecField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub OldPassword: String,
pub NewPassword: String,
pub FromSec: i32,
}Expand description
来自次席的用户口令变更
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
OldPassword: String原来的口令
NewPassword: String新的口令
FromSec: i32次席的交易中心代码
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserPasswordUpdateFromSecField
impl RefUnwindSafe for UserPasswordUpdateFromSecField
impl Send for UserPasswordUpdateFromSecField
impl Sync for UserPasswordUpdateFromSecField
impl Unpin for UserPasswordUpdateFromSecField
impl UnsafeUnpin for UserPasswordUpdateFromSecField
impl UnwindSafe for UserPasswordUpdateFromSecField
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