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