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

pub struct HFVagueRelationship {
    pub hf_id: i32,
    pub hf_id_other: i32,
    pub war_buddy: Option<bool>,
    pub artistic_buddy: Option<bool>,
    pub atheletic_rival: Option<bool>,
    pub athlete_buddy: Option<bool>,
    pub business_rival: Option<bool>,
    pub childhood_friend: Option<bool>,
    pub grudge: Option<bool>,
    pub jealous_obsession: Option<bool>,
    pub jealous_relationship_grudge: Option<bool>,
    pub persecution_grudge: Option<bool>,
    pub religious_persecution_grudge: Option<bool>,
    pub scholar_buddy: Option<bool>,
    pub supernatural_grudge: Option<bool>,
}

Fields

hf_id: i32hf_id_other: i32war_buddy: Option<bool>artistic_buddy: Option<bool>atheletic_rival: Option<bool>athlete_buddy: Option<bool>business_rival: Option<bool>childhood_friend: Option<bool>grudge: Option<bool>jealous_obsession: Option<bool>jealous_relationship_grudge: Option<bool>persecution_grudge: Option<bool>religious_persecution_grudge: Option<bool>scholar_buddy: Option<bool>supernatural_grudge: Option<bool>

Implementations

impl HFVagueRelationship[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFVagueRelationship[src]

impl Debug for HFVagueRelationship[src]

impl Default for HFVagueRelationship[src]

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

impl Fillable for HFVagueRelationship[src]

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

impl<__S> GraphQLType<__S> for HFVagueRelationship 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 HFVagueRelationship[src]

impl JsonSchema for HFVagueRelationship[src]

impl PartialEq<HFVagueRelationship> for HFVagueRelationship[src]

impl SchemaExample for HFVagueRelationship[src]

impl Serialize for HFVagueRelationship[src]

Auto Trait Implementations

impl RefUnwindSafe for HFVagueRelationship

impl Send for HFVagueRelationship

impl Sync for HFVagueRelationship

impl Unpin for HFVagueRelationship

impl UnwindSafe for HFVagueRelationship

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.