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