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