pub struct CountryExpenseLedger {
Show 33 fields pub advisor_maintenance: f32, pub interest: f32, pub state_maintenance: f32, pub subsidies: f32, pub war_reparations: f32, pub army_maintenance: f32, pub fleet_maintenance: f32, pub fort_maintenance: f32, pub colonists: f32, pub missionaries: f32, pub raising_armies: f32, pub building_fleets: f32, pub building_fortresses: f32, pub buildings: f32, pub repaid_loans: f32, pub gifts: f32, pub advisors: f32, pub events: f32, pub peace: f32, pub vassal_fee: f32, pub tariffs: f32, pub support_loyalists: f32, pub condottieri: f32, pub root_out_corruption: f32, pub embrace_institution: f32, pub knowledge_sharing: f32, pub trade_company_investments: f32, pub other: f32, pub ports_blockaded: f32, pub cities_looted: f32, pub monuments: f32, pub cot_upgrades: f32, pub colony_changes: f32,
}

Fields

advisor_maintenance: f32interest: f32state_maintenance: f32subsidies: f32war_reparations: f32army_maintenance: f32fleet_maintenance: f32fort_maintenance: f32colonists: f32missionaries: f32raising_armies: f32building_fleets: f32building_fortresses: f32buildings: f32repaid_loans: f32gifts: f32advisors: f32events: f32peace: f32vassal_fee: f32tariffs: f32support_loyalists: f32condottieri: f32root_out_corruption: f32embrace_institution: f32knowledge_sharing: f32trade_company_investments: f32other: f32ports_blockaded: f32cities_looted: f32monuments: f32cot_upgrades: f32colony_changes: f32

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.