[][src]Struct df_st_core::df_world::historical_figure::HFRelationshipProfileHF

pub struct HFRelationshipProfileHF {
    pub hf_id: i32,
    pub hf_id_other: i32,
    pub visual: bool,
    pub historical: bool,
    pub meet_count: Option<i32>,
    pub last_meet_year: Option<i32>,
    pub last_meet_seconds72: Option<i32>,
    pub love: Option<i32>,
    pub respect: Option<i32>,
    pub trust: Option<i32>,
    pub loyalty: Option<i32>,
    pub fear: Option<i32>,
    pub known_identity_id: Option<i32>,
    pub rep_bonded: Option<i32>,
    pub rep_buddy: Option<i32>,
    pub rep_flatterer: Option<i32>,
    pub rep_friendly: Option<i32>,
    pub rep_grudge: Option<i32>,
    pub rep_information_source: Option<i32>,
    pub rep_killer: Option<i32>,
    pub rep_murderer: Option<i32>,
    pub rep_quarreler: Option<i32>,
    pub rep_violent: Option<i32>,
}

Fields

hf_id: i32hf_id_other: i32visual: boolhistorical: boolmeet_count: Option<i32>last_meet_year: Option<i32>last_meet_seconds72: Option<i32>love: Option<i32>respect: Option<i32>trust: Option<i32>loyalty: Option<i32>fear: Option<i32>known_identity_id: Option<i32>rep_bonded: Option<i32>

The relation with this other HF is characterized as bonded. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_buddy: Option<i32>

The relation with this other HF is characterized as buddy. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_flatterer: Option<i32>

The relation with this other HF is characterized as flatterer. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_friendly: Option<i32>

The relation with this other HF is characterized as friendly. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_grudge: Option<i32>

The relation with this other HF is characterized as grudge. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_information_source: Option<i32>

The relation with this other HF is characterized as information source. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_killer: Option<i32>

The relation with this other HF is characterized as killer. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_murderer: Option<i32>

The relation with this other HF is characterized as murderer. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_quarreler: Option<i32>

The relation with this other HF is characterized as quarreler. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

rep_violent: Option<i32>

The relation with this other HF is characterized as violent. Value is how well the value fits? Values seem te range [0-100]. ( Since = "0.2.0" )

Implementations

impl HFRelationshipProfileHF[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFRelationshipProfileHF[src]

impl Debug for HFRelationshipProfileHF[src]

impl Default for HFRelationshipProfileHF[src]

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

impl Fillable for HFRelationshipProfileHF[src]

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

impl<__S> GraphQLType<__S> for HFRelationshipProfileHF where
    __S: ScalarValue,
    &'__b __S: ScalarRefValue<'__b>, 
[src]

type Context = ()

The expected context type for this GraphQL type Read more

type TypeInfo = ()

Type that may carry additional schema information Read more

impl Hash for HFRelationshipProfileHF[src]

impl JsonSchema for HFRelationshipProfileHF[src]

impl PartialEq<HFRelationshipProfileHF> for HFRelationshipProfileHF[src]

impl SchemaExample for HFRelationshipProfileHF[src]

impl Serialize for HFRelationshipProfileHF[src]

Auto Trait Implementations

impl RefUnwindSafe for HFRelationshipProfileHF

impl Send for HFRelationshipProfileHF

impl Sync for HFRelationshipProfileHF

impl Unpin for HFRelationshipProfileHF

impl UnwindSafe for HFRelationshipProfileHF

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.