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