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