#[repr(C)]pub struct CThostFtdcUserPasswordUpdateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub OldPassword: TThostFtdcPasswordType,
pub NewPassword: TThostFtdcPasswordType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§OldPassword: TThostFtdcPasswordType§NewPassword: TThostFtdcPasswordTypeTrait Implementations§
Source§impl Clone for CThostFtdcUserPasswordUpdateField
impl Clone for CThostFtdcUserPasswordUpdateField
Source§fn clone(&self) -> CThostFtdcUserPasswordUpdateField
fn clone(&self) -> CThostFtdcUserPasswordUpdateField
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 CThostFtdcUserPasswordUpdateField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserPasswordUpdateField
impl RefUnwindSafe for CThostFtdcUserPasswordUpdateField
impl Send for CThostFtdcUserPasswordUpdateField
impl Sync for CThostFtdcUserPasswordUpdateField
impl Unpin for CThostFtdcUserPasswordUpdateField
impl UnwindSafe for CThostFtdcUserPasswordUpdateField
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