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