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