#[repr(C)]pub struct CommRateModelField {
pub is_null: bool,
pub BrokerID: String,
pub CommModelID: String,
pub CommModelName: String,
}
Fields§
§is_null: bool
§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 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