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