#[repr(C)]pub struct TradingAccountPasswordUpdateField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub OldPassword: String,
pub NewPassword: String,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§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 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