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