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