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