#[repr(C)]pub struct TradingAccountPasswordUpdateFromSecField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub OldPassword: String,
pub NewPassword: String,
pub CurrencyID: String,
pub FromSec: i32,
}
Fields§
§is_null: bool
§BrokerID: String
§AccountID: String
§OldPassword: String
§NewPassword: String
§CurrencyID: String
§FromSec: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradingAccountPasswordUpdateFromSecField
impl RefUnwindSafe for TradingAccountPasswordUpdateFromSecField
impl Send for TradingAccountPasswordUpdateFromSecField
impl Sync for TradingAccountPasswordUpdateFromSecField
impl Unpin for TradingAccountPasswordUpdateFromSecField
impl UnwindSafe for TradingAccountPasswordUpdateFromSecField
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