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