[−][src]Struct df_st_legends::HistoricalEventCollection
Fields
id: i32
type_: Option<String>
start_year: Option<i32>
start_seconds72: Option<i32>
end_year: Option<i32>
end_seconds72: Option<i32>
a_support_merc_enid: Option<i32>
a_support_merc_hfid: Option<Vec<i32>>
adjective: Option<String>
aggressor_ent_id: Option<i32>
attacking_enid: Option<i32>
attacking_hfid: Option<Vec<i32>>
attacking_merc_enid: Option<i32>
attacking_squad_animated: Option<Vec<Option<()>>>
attacking_squad_deaths: Option<Vec<i32>>
attacking_squad_entity_pop: Option<Vec<i32>>
attacking_squad_number: Option<Vec<i32>>
attacking_squad_race: Option<Vec<String>>
attacking_squad_site: Option<Vec<i32>>
civ_id: Option<i32>
company_merc: Option<()>
coords: Option<String>
d_support_merc_enid: Option<i32>
d_support_merc_hfid: Option<Vec<i32>>
defender_ent_id: Option<i32>
defending_enid: Option<i32>
defending_hfid: Option<Vec<i32>>
defending_merc_enid: Option<i32>
defending_squad_animated: Option<Vec<Option<()>>>
defending_squad_deaths: Option<Vec<i32>>
defending_squad_entity_pop: Option<Vec<i32>>
defending_squad_number: Option<Vec<i32>>
defending_squad_race: Option<Vec<String>>
defending_squad_site: Option<Vec<i32>>
event: Option<Vec<i32>>
eventcol: Option<Vec<i32>>
feature_layer_id: Option<i32>
individual_merc: Option<Vec<Option<()>>>
name: Option<String>
noncom_hfid: Option<Vec<i32>>
occasion_id: Option<i32>
ordinal: Option<i32>
outcome: Option<Vec<String>>
parent_eventcol: Option<i32>
site_id: Option<i32>
subregion_id: Option<i32>
target_entity_id: Option<i32>
target_enid: Option<i32>
war_eventcol: Option<i32>
unknown: HashMap<String, Value>
Trait Implementations
impl Clone for HistoricalEventCollection
[src]
fn clone(&self) -> HistoricalEventCollection
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for HistoricalEventCollection
[src]
impl Default for HistoricalEventCollection
[src]
impl<'de> Deserialize<'de> for HistoricalEventCollection
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl<'de> DeserializeBestEffort<'de> for HistoricalEventCollection
[src]
impl Filler<HistoricalEventCollection, HistoricalEventCollection> for HistoricalEventCollection
[src]
fn add_missing_data(&mut self, source: &HistoricalEventCollection)
[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 HistoricalEventCollection
[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 Hash for HistoricalEventCollection
[src]
fn hash<H: Hasher>(&self, state: &mut H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<HistoricalEventCollection> for HistoricalEventCollection
[src]
impl PartialEq<HistoricalEventCollection> for HistoricalEventCollection
[src]
fn eq(&self, other: &HistoricalEventCollection) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl Serialize for HistoricalEventCollection
[src]
Auto Trait Implementations
impl RefUnwindSafe for HistoricalEventCollection
impl Send for HistoricalEventCollection
impl Sync for HistoricalEventCollection
impl Unpin for HistoricalEventCollection
impl UnwindSafe for HistoricalEventCollection
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<'de, T> DeserializeBestEffortTypes<'de, T> for T where
T: DeserializeBestEffort<'de> + Default,
[src]
T: DeserializeBestEffort<'de> + Default,
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>,