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

pub struct HFIntrigueActor {
    pub hf_id: i32,
    pub local_id: i32,
    pub entity_id: Option<i32>,
    pub hf_id_other: Option<i32>,
    pub role: Option<String>,
    pub strategy: Option<String>,
    pub strategy_en_id: Option<i32>,
    pub strategy_epp_id: Option<i32>,
    pub handle_actor_id: Option<i32>,
    pub promised_actor_immortality: Option<bool>,
    pub promised_me_immortality: Option<bool>,
}

Fields

hf_id: i32local_id: i32entity_id: Option<i32>hf_id_other: Option<i32>role: Option<String>strategy: Option<String>strategy_en_id: Option<i32>strategy_epp_id: Option<i32>handle_actor_id: Option<i32>promised_actor_immortality: Option<bool>promised_me_immortality: Option<bool>

Implementations

impl HFIntrigueActor[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFIntrigueActor[src]

impl Debug for HFIntrigueActor[src]

impl Default for HFIntrigueActor[src]

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

impl Fillable for HFIntrigueActor[src]

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

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

impl JsonSchema for HFIntrigueActor[src]

impl PartialEq<HFIntrigueActor> for HFIntrigueActor[src]

impl SchemaExample for HFIntrigueActor[src]

impl Serialize for HFIntrigueActor[src]

Auto Trait Implementations

impl RefUnwindSafe for HFIntrigueActor

impl Send for HFIntrigueActor

impl Sync for HFIntrigueActor

impl Unpin for HFIntrigueActor

impl UnwindSafe for HFIntrigueActor

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.