#[repr(C)]pub struct QryCommRateModelField {
pub is_null: bool,
pub BrokerID: String,
pub CommModelID: String,
}Expand description
请求查询投资者手续费率模板
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
CommModelID: String手续费率模板代码
Trait Implementations§
Source§impl Clone for QryCommRateModelField
impl Clone for QryCommRateModelField
Source§impl Debug for QryCommRateModelField
impl Debug for QryCommRateModelField
Source§impl Default for QryCommRateModelField
impl Default for QryCommRateModelField
Source§impl ExternType for QryCommRateModelField
impl ExternType for QryCommRateModelField
Auto Trait Implementations§
impl Freeze for QryCommRateModelField
impl RefUnwindSafe for QryCommRateModelField
impl Send for QryCommRateModelField
impl Sync for QryCommRateModelField
impl Unpin for QryCommRateModelField
impl UnsafeUnpin for QryCommRateModelField
impl UnwindSafe for QryCommRateModelField
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