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