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