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