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