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