[−][src]Struct df_st_legends_plus::DFWorldLegendsPlus
Fields
name: Option<String>
altname: Option<String>
landmasses: Option<Landmasses>
mountain_peaks: Option<MountainPeaks>
regions: Option<Regions>
underground_regions: Option<UndergroundRegions>
rivers: Option<Rivers>
creature_raw: Option<CreatureRaw>
sites: Option<Sites>
world_constructions: Option<WorldConstructions>
artifacts: Option<Artifacts>
historical_figures: Option<HistoricalFigures>
identities: Option<Identities>
entity_populations: Option<EntityPopulations>
entities: Option<Entities>
historical_events: Option<HistoricalEvents>
historical_event_relationships: Option<HERelationships>
historical_event_relationship_supplements: Option<HERelationshipSupplements>
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 DFWorldLegendsPlus
[src]
Trait Implementations
impl Clone for DFWorldLegendsPlus
[src]
fn clone(&self) -> DFWorldLegendsPlus
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for DFWorldLegendsPlus
[src]
impl Default for DFWorldLegendsPlus
[src]
fn default() -> DFWorldLegendsPlus
[src]
impl<'de> Deserialize<'de> for DFWorldLegendsPlus
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Filler<DFWorld, DFWorldLegendsPlus> for DFWorld
[src]
fn add_missing_data(&mut self, source: &DFWorldLegendsPlus)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn never_replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn check_mergeable(&self, source: &S) -> bool where
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
[src]
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
impl HasUnknown for DFWorldLegendsPlus
[src]
fn print_unknown(&self, prefix: &str, unknown_map: &mut HashMap<String, u32>)
[src]
fn combine_unknown(
&self,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>>
)
[src]
&self,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>>
)
fn update_unknown_prefix(&self, prefix: &str, struct_name: &str) -> String
[src]
fn print_unknown_list(
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_map: &mut HashMap<String, u32, RandomState>
)
[src]
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_map: &mut HashMap<String, u32, RandomState>
)
fn combine_unknown_list(
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>, RandomState>
)
[src]
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>, RandomState>
)
impl Serialize for DFWorldLegendsPlus
[src]
Auto Trait Implementations
impl RefUnwindSafe for DFWorldLegendsPlus
impl Send for DFWorldLegendsPlus
impl Sync for DFWorldLegendsPlus
impl Unpin for DFWorldLegendsPlus
impl UnwindSafe for DFWorldLegendsPlus
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,