#[repr(C)]pub struct SyncingInvestorGroupField {
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 SyncingInvestorGroupField
impl Clone for SyncingInvestorGroupField
Source§impl Debug for SyncingInvestorGroupField
impl Debug for SyncingInvestorGroupField
Source§impl Default for SyncingInvestorGroupField
impl Default for SyncingInvestorGroupField
Auto Trait Implementations§
impl Freeze for SyncingInvestorGroupField
impl RefUnwindSafe for SyncingInvestorGroupField
impl Send for SyncingInvestorGroupField
impl Sync for SyncingInvestorGroupField
impl Unpin for SyncingInvestorGroupField
impl UnwindSafe for SyncingInvestorGroupField
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