pub struct FinancialHistory {Show 43 fields
pub code_title_company: String,
pub document_type_description: String,
pub instrument_date: String,
pub interest_rate_type_2: String,
pub lender_address: String,
pub lender_address_2: String,
pub lender_city: String,
pub lender_city_2: String,
pub lender_code_2: String,
pub lender_first_name: String,
pub lender_first_name_2: String,
pub lender_last_name: String,
pub lender_last_name_2: String,
pub lender_name: String,
pub lender_name_2: String,
pub lender_seller_carry_back: String,
pub lender_seller_carry_back_2: String,
pub lender_state: String,
pub lender_state_2: String,
pub lender_zip: String,
pub lender_zip_2: String,
pub lender_zip_extended: String,
pub lender_zip_extended_2: String,
pub mortgage_amount: String,
pub mortgage_amount_2: String,
pub mortgage_due_date: String,
pub mortgage_due_date_2: String,
pub mortgage_interest_rate: String,
pub mortgage_interest_rate_type: String,
pub mortgage_lender_code: String,
pub mortgage_rate_2: String,
pub mortgage_recording_date: String,
pub mortgage_recording_date_2: String,
pub mortgage_term: String,
pub mortgage_term_2: String,
pub mortgage_term_type: String,
pub mortgage_term_type_2: String,
pub mortgage_type: String,
pub mortgage_type_2: String,
pub multi_parcel_flag: String,
pub name_title_company: String,
pub recording_date: String,
pub transfer_amount: String,
}
Fields§
§code_title_company: String
§document_type_description: String
§instrument_date: String
§interest_rate_type_2: String
§lender_address: String
§lender_address_2: String
§lender_city: String
§lender_city_2: String
§lender_code_2: String
§lender_first_name: String
§lender_first_name_2: String
§lender_last_name: String
§lender_last_name_2: String
§lender_name: String
§lender_name_2: String
§lender_seller_carry_back: String
§lender_seller_carry_back_2: String
§lender_state: String
§lender_state_2: String
§lender_zip: String
§lender_zip_2: String
§lender_zip_extended: String
§lender_zip_extended_2: String
§mortgage_amount: String
§mortgage_amount_2: String
§mortgage_due_date: String
§mortgage_due_date_2: String
§mortgage_interest_rate: String
§mortgage_interest_rate_type: String
§mortgage_lender_code: String
§mortgage_rate_2: String
§mortgage_recording_date: String
§mortgage_recording_date_2: String
§mortgage_term: String
§mortgage_term_2: String
§mortgage_term_type: String
§mortgage_term_type_2: String
§mortgage_type: String
§mortgage_type_2: String
§multi_parcel_flag: String
§name_title_company: String
§recording_date: String
§transfer_amount: String
Trait Implementations§
Source§impl Clone for FinancialHistory
impl Clone for FinancialHistory
Source§fn clone(&self) -> FinancialHistory
fn clone(&self) -> FinancialHistory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FinancialHistory
impl Debug for FinancialHistory
Source§impl Default for FinancialHistory
impl Default for FinancialHistory
Source§fn default() -> FinancialHistory
fn default() -> FinancialHistory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FinancialHistorywhere
FinancialHistory: Default,
impl<'de> Deserialize<'de> for FinancialHistorywhere
FinancialHistory: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FinancialHistory
impl PartialEq for FinancialHistory
Source§impl Serialize for FinancialHistory
impl Serialize for FinancialHistory
impl StructuralPartialEq for FinancialHistory
Auto Trait Implementations§
impl Freeze for FinancialHistory
impl RefUnwindSafe for FinancialHistory
impl Send for FinancialHistory
impl Sync for FinancialHistory
impl Unpin for FinancialHistory
impl UnwindSafe for FinancialHistory
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