FinancialAttributes

Struct FinancialAttributes 

Source
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

Source§

fn clone(&self) -> FinancialAttributes

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for FinancialAttributes

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for FinancialAttributes

Source§

fn default() -> FinancialAttributes

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for FinancialAttributes

Source§

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

Source§

fn eq(&self, other: &FinancialAttributes) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for FinancialAttributes

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for FinancialAttributes

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,