#[repr(C)]pub struct InvestorWithdrawAlgorithmField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorRange: u8,
pub InvestorID: String,
pub UsingRatio: f64,
pub CurrencyID: String,
pub FundMortgageRatio: f64,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorRange: u8
§InvestorID: String
§UsingRatio: f64
§CurrencyID: String
§FundMortgageRatio: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvestorWithdrawAlgorithmField
impl RefUnwindSafe for InvestorWithdrawAlgorithmField
impl Send for InvestorWithdrawAlgorithmField
impl Sync for InvestorWithdrawAlgorithmField
impl Unpin for InvestorWithdrawAlgorithmField
impl UnwindSafe for InvestorWithdrawAlgorithmField
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