[][src]Struct df_st_legends::DFWorldLegends

pub struct DFWorldLegends {
    pub regions: Option<Regions>,
    pub underground_regions: Option<UndergroundRegions>,
    pub sites: Option<Sites>,
    pub world_constructions: Option<WorldConstructions>,
    pub artifacts: Option<Artifacts>,
    pub historical_figures: Option<HistoricalFigures>,
    pub entity_populations: Option<EntityPopulations>,
    pub entities: Option<Entities>,
    pub historical_events: Option<HistoricalEvents>,
    pub historical_event_collections: Option<HistoricalEventCollections>,
    pub historical_eras: Option<HistoricalEras>,
    pub written_contents: Option<WrittenContents>,
    pub poetic_forms: Option<PoeticForms>,
    pub musical_forms: Option<MusicalForms>,
    pub dance_forms: Option<DanceForms>,
    pub unknown: HashMap<String, Value>,
}

Fields

regions: Option<Regions>underground_regions: Option<UndergroundRegions>sites: Option<Sites>world_constructions: Option<WorldConstructions>artifacts: Option<Artifacts>historical_figures: Option<HistoricalFigures>entity_populations: Option<EntityPopulations>entities: Option<Entities>historical_events: Option<HistoricalEvents>historical_event_collections: Option<HistoricalEventCollections>historical_eras: Option<HistoricalEras>written_contents: Option<WrittenContents>poetic_forms: Option<PoeticForms>musical_forms: Option<MusicalForms>dance_forms: Option<DanceForms>unknown: HashMap<String, Value>

Implementations

impl DFWorldLegends[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for DFWorldLegends[src]

impl Debug for DFWorldLegends[src]

impl Default for DFWorldLegends[src]

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

impl Filler<DFWorld, DFWorldLegends> for DFWorld[src]

impl HasUnknown for DFWorldLegends[src]

impl Serialize for DFWorldLegends[src]

Auto Trait Implementations

impl RefUnwindSafe for DFWorldLegends

impl Send for DFWorldLegends

impl Sync for DFWorldLegends

impl Unpin for DFWorldLegends

impl UnwindSafe for DFWorldLegends

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> DynClone for T where
    T: Clone
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.