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