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