pub struct FinancialAttributes {Show 98 fields
pub assessed_improvement_percent: String,
pub assessed_improvement_value: String,
pub assessed_land_value: String,
pub assessed_value: String,
pub assessor_last_update: String,
pub assessor_taxroll_update: String,
pub contact_city: String,
pub contact_crrt: String,
pub contact_full_address: String,
pub contact_house_number: String,
pub contact_mail_info_format: String,
pub contact_mail_info_privacy: String,
pub contact_mailing_county: String,
pub contact_mailing_fips: String,
pub contact_post_direction: String,
pub contact_pre_direction: String,
pub contact_state: String,
pub contact_street_name: String,
pub contact_suffix: String,
pub contact_unit_designator: String,
pub contact_value: String,
pub contact_zip: String,
pub contact_zip4: String,
pub deed_document_page: String,
pub deed_document_book: String,
pub deed_document_number: String,
pub deed_owner_first_name: String,
pub deed_owner_first_name2: String,
pub deed_owner_first_name3: String,
pub deed_owner_first_name4: String,
pub deed_owner_full_name: String,
pub deed_owner_full_name2: String,
pub deed_owner_full_name3: String,
pub deed_owner_full_name4: String,
pub deed_owner_last_name: String,
pub deed_owner_last_name2: String,
pub deed_owner_last_name3: String,
pub deed_owner_last_name4: String,
pub deed_owner_middle_name: String,
pub deed_owner_middle_name2: String,
pub deed_owner_middle_name3: String,
pub deed_owner_middle_name4: String,
pub deed_owner_suffix: String,
pub deed_owner_suffix2: String,
pub deed_owner_suffix3: String,
pub deed_owner_suffix4: String,
pub deed_sale_date: String,
pub deed_sale_price: String,
pub deed_transaction_id: String,
pub disabled_tax_exemption: String,
pub financial_history: Vec<FinancialHistory>,
pub first_name: String,
pub first_name_2: String,
pub first_name_3: String,
pub first_name_4: String,
pub homeowner_tax_exemption: String,
pub last_name: String,
pub last_name_2: String,
pub last_name_3: String,
pub last_name_4: String,
pub market_improvement_percent: String,
pub market_improvement_value: String,
pub market_land_value: String,
pub market_value_year: String,
pub match_type: String,
pub middle_name: String,
pub middle_name_2: String,
pub middle_name_3: String,
pub middle_name_4: String,
pub other_tax_exemption: String,
pub owner_full_name: String,
pub owner_full_name_2: String,
pub owner_full_name_3: String,
pub owner_full_name_4: String,
pub ownership_transfer_date: String,
pub ownership_transfer_doc_number: String,
pub ownership_transfer_transaction_id: String,
pub ownership_type: String,
pub ownership_type_2: String,
pub previous_assessed_value: String,
pub prior_sale_amount: String,
pub prior_sale_date: String,
pub sale_amount: String,
pub sale_date: String,
pub senior_tax_exemption: String,
pub suffix: String,
pub suffix_2: String,
pub suffix_3: String,
pub suffix_4: String,
pub tax_assess_year: String,
pub tax_billed_amount: String,
pub tax_delinquent_year: String,
pub tax_fiscal_year: String,
pub tax_rate_area: String,
pub total_market_value: String,
pub trust_description: String,
pub veteran_tax_exemption: String,
pub widow_tax_exemption: String,
}
Fields§
§assessed_improvement_percent: String
§assessed_improvement_value: String
§assessed_land_value: String
§assessed_value: String
§assessor_last_update: String
§assessor_taxroll_update: String
§contact_city: String
§contact_crrt: String
§contact_full_address: String
§contact_house_number: String
§contact_mail_info_format: String
§contact_mail_info_privacy: String
§contact_mailing_county: String
§contact_mailing_fips: String
§contact_post_direction: String
§contact_pre_direction: String
§contact_state: String
§contact_street_name: String
§contact_suffix: String
§contact_unit_designator: String
§contact_value: String
§contact_zip: String
§contact_zip4: String
§deed_document_page: String
§deed_document_book: String
§deed_document_number: String
§deed_owner_first_name: String
§deed_owner_first_name2: String
§deed_owner_first_name3: String
§deed_owner_first_name4: String
§deed_owner_full_name: String
§deed_owner_full_name2: String
§deed_owner_full_name3: String
§deed_owner_full_name4: String
§deed_owner_last_name: String
§deed_owner_last_name2: String
§deed_owner_last_name3: String
§deed_owner_last_name4: String
§deed_owner_middle_name: String
§deed_owner_middle_name2: String
§deed_owner_middle_name3: String
§deed_owner_middle_name4: String
§deed_owner_suffix: String
§deed_owner_suffix2: String
§deed_owner_suffix3: String
§deed_owner_suffix4: String
§deed_sale_date: String
§deed_sale_price: String
§deed_transaction_id: String
§disabled_tax_exemption: String
§financial_history: Vec<FinancialHistory>
§first_name: String
§first_name_2: String
§first_name_3: String
§first_name_4: String
§homeowner_tax_exemption: String
§last_name: String
§last_name_2: String
§last_name_3: String
§last_name_4: String
§market_improvement_percent: String
§market_improvement_value: String
§market_land_value: String
§market_value_year: String
§match_type: String
§middle_name: String
§middle_name_2: String
§middle_name_3: String
§middle_name_4: String
§other_tax_exemption: String
§owner_full_name: String
§owner_full_name_2: String
§owner_full_name_3: String
§owner_full_name_4: String
§ownership_transfer_date: String
§ownership_transfer_doc_number: String
§ownership_transfer_transaction_id: String
§ownership_type: String
§ownership_type_2: String
§previous_assessed_value: String
§prior_sale_amount: String
§prior_sale_date: String
§sale_amount: String
§sale_date: String
§senior_tax_exemption: String
§suffix: String
§suffix_2: String
§suffix_3: String
§suffix_4: String
§tax_assess_year: String
§tax_billed_amount: String
§tax_delinquent_year: String
§tax_fiscal_year: String
§tax_rate_area: String
§total_market_value: String
§trust_description: String
§veteran_tax_exemption: String
§widow_tax_exemption: String
Trait Implementations§
Source§impl Clone for FinancialAttributes
impl Clone for FinancialAttributes
Source§fn clone(&self) -> FinancialAttributes
fn clone(&self) -> FinancialAttributes
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 FinancialAttributes
impl Debug for FinancialAttributes
Source§impl Default for FinancialAttributes
impl Default for FinancialAttributes
Source§fn default() -> FinancialAttributes
fn default() -> FinancialAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FinancialAttributeswhere
FinancialAttributes: Default,
impl<'de> Deserialize<'de> for FinancialAttributeswhere
FinancialAttributes: 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 FinancialAttributes
impl PartialEq for FinancialAttributes
Source§impl Serialize for FinancialAttributes
impl Serialize for FinancialAttributes
impl StructuralPartialEq for FinancialAttributes
Auto Trait Implementations§
impl Freeze for FinancialAttributes
impl RefUnwindSafe for FinancialAttributes
impl Send for FinancialAttributes
impl Sync for FinancialAttributes
impl Unpin for FinancialAttributes
impl UnwindSafe for FinancialAttributes
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