[][src]Struct df_st_legends::HistoricalFigure

pub struct HistoricalFigure {
    pub id: i32,
    pub name: Option<String>,
    pub race: Option<String>,
    pub caste: Option<String>,
    pub appeared: Option<i32>,
    pub birth_year: Option<i32>,
    pub birth_seconds72: Option<i32>,
    pub death_year: Option<i32>,
    pub death_seconds72: Option<i32>,
    pub associated_type: Option<String>,
    pub entity_link: Option<Vec<HFEntityLink>>,
    pub entity_position_link: Option<Vec<HFEntityPositionLink>>,
    pub site_link: Option<Vec<HFSiteLink>>,
    pub sphere: Option<Vec<String>>,
    pub interaction_knowledge: Option<Vec<String>>,
    pub deity: Option<String>,
    pub journey_pet: Option<Vec<String>>,
    pub goal: Option<String>,
    pub relationship_profile_hf_historical: Option<Vec<HFRelationshipProfileHFHistorical>>,
    pub relationship_profile_hf_visual: Option<Vec<HFRelationshipProfileHFVisual>>,
    pub intrigue_actor: Option<Vec<HFIntrigueActor>>,
    pub intrigue_plot: Option<Vec<HFIntriguePlot>>,
    pub ent_pop_id: Option<i32>,
    pub entity_reputation: Option<Vec<HFEntityReputation>>,
    pub vague_relationship: Option<Vec<HFVagueRelationship>>,
    pub active_interaction: Option<String>,
    pub force: Option<()>,
    pub current_identity_id: Option<i32>,
    pub entity_squad_link: Option<Vec<HFEntitySquadLink>>,
    pub holds_artifact: Option<i32>,
    pub honor_entity: Option<Vec<HFHonorEntity>>,
    pub site_property: Option<Vec<HFSiteProperty>>,
    pub used_identity_id: Option<i32>,
    pub animated: Option<()>,
    pub animated_string: Option<String>,
    pub adventurer: Option<()>,
    pub hf_skill: Option<Vec<HFSkill>>,
    pub hf_link: Option<Vec<HFLink>>,
    pub unknown: HashMap<String, Value>,
}

Fields

id: i32name: Option<String>race: Option<String>caste: Option<String>appeared: Option<i32>birth_year: Option<i32>birth_seconds72: Option<i32>death_year: Option<i32>death_seconds72: Option<i32>associated_type: Option<String>entity_link: Option<Vec<HFEntityLink>>entity_position_link: Option<Vec<HFEntityPositionLink>>site_link: Option<Vec<HFSiteLink>>sphere: Option<Vec<String>>interaction_knowledge: Option<Vec<String>>deity: Option<String>journey_pet: Option<Vec<String>>goal: Option<String>relationship_profile_hf_historical: Option<Vec<HFRelationshipProfileHFHistorical>>relationship_profile_hf_visual: Option<Vec<HFRelationshipProfileHFVisual>>intrigue_actor: Option<Vec<HFIntrigueActor>>intrigue_plot: Option<Vec<HFIntriguePlot>>ent_pop_id: Option<i32>entity_reputation: Option<Vec<HFEntityReputation>>vague_relationship: Option<Vec<HFVagueRelationship>>active_interaction: Option<String>force: Option<()>current_identity_id: Option<i32>entity_squad_link: Option<Vec<HFEntitySquadLink>>holds_artifact: Option<i32>honor_entity: Option<Vec<HFHonorEntity>>site_property: Option<Vec<HFSiteProperty>>used_identity_id: Option<i32>animated: Option<()>animated_string: Option<String>adventurer: Option<()>hf_skill: Option<Vec<HFSkill>>hf_link: Option<Vec<HFLink>>unknown: HashMap<String, Value>

Trait Implementations

impl Clone for HistoricalFigure[src]

impl Debug for HistoricalFigure[src]

impl Default for HistoricalFigure[src]

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

impl<'de> DeserializeBestEffort<'de> for HistoricalFigure[src]

impl Filler<HistoricalFigure, HistoricalFigure> for HistoricalFigure[src]

impl HasUnknown for HistoricalFigure[src]

impl Hash for HistoricalFigure[src]

impl PartialEq<HistoricalFigure> for HistoricalFigure[src]

impl PartialEq<HistoricalFigure> for HistoricalFigure[src]

impl Serialize for HistoricalFigure[src]

Auto Trait Implementations

impl RefUnwindSafe for HistoricalFigure

impl Send for HistoricalFigure

impl Sync for HistoricalFigure

impl Unpin for HistoricalFigure

impl UnwindSafe for HistoricalFigure

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<'de, T> DeserializeBestEffortTypes<'de, T> for T where
    T: DeserializeBestEffort<'de> + Default
[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.