pub struct CountryIncomeLedger {
Show 20 fields pub taxation: f32, pub production: f32, pub trade: f32, pub gold: f32, pub tariffs: f32, pub vassals: f32, pub harbor_fees: f32, pub subsidies: f32, pub war_reparations: f32, pub interest: f32, pub gifts: f32, pub events: f32, pub spoils_of_war: f32, pub treasure_fleet: f32, pub siphoning_income: f32, pub condottieri: f32, pub knowledge_sharing: f32, pub blockading_foreign_ports: f32, pub looting_foreign_cities: f32, pub other: f32,
}

Fields

taxation: f32production: f32trade: f32gold: f32tariffs: f32vassals: f32harbor_fees: f32subsidies: f32war_reparations: f32interest: f32gifts: f32events: f32spoils_of_war: f32treasure_fleet: f32siphoning_income: f32condottieri: f32knowledge_sharing: f32blockading_foreign_ports: f32looting_foreign_cities: f32other: 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.