[][src]Struct eu4save::query::CountryExpenseLedger

pub struct CountryExpenseLedger {
    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,
}

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: f32

Trait Implementations

impl Debug for CountryExpenseLedger[src]

impl<'de> Deserialize<'de> for CountryExpenseLedger[src]

impl Serialize for CountryExpenseLedger[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.