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

pub struct HFIntriguePlot {
    pub hf_id: i32,
    pub local_id: i32,
    pub type_: Option<String>,
    pub on_hold: Option<bool>,
    pub actor_id: Option<i32>,
    pub artifact_id: Option<i32>,
    pub delegated_plot_id: Option<i32>,
    pub delegated_plot_hf_id: Option<i32>,
    pub entity_id: Option<i32>,
    pub plot_actor: Vec<HFPlotActor>,
    pub parent_plot_hf_id: Option<i32>,
    pub parent_plot_id: Option<i32>,
}

Fields

hf_id: i32local_id: i32type_: Option<String>on_hold: Option<bool>actor_id: Option<i32>artifact_id: Option<i32>delegated_plot_id: Option<i32>delegated_plot_hf_id: Option<i32>entity_id: Option<i32>plot_actor: Vec<HFPlotActor>parent_plot_hf_id: Option<i32>parent_plot_id: Option<i32>

Implementations

impl HFIntriguePlot[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFIntriguePlot[src]

impl Debug for HFIntriguePlot[src]

impl Default for HFIntriguePlot[src]

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

impl Fillable for HFIntriguePlot[src]

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

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

impl JsonSchema for HFIntriguePlot[src]

impl PartialEq<HFIntriguePlot> for HFIntriguePlot[src]

impl SchemaExample for HFIntriguePlot[src]

impl Serialize for HFIntriguePlot[src]

Auto Trait Implementations

impl RefUnwindSafe for HFIntriguePlot

impl Send for HFIntriguePlot

impl Sync for HFIntriguePlot

impl Unpin for HFIntriguePlot

impl UnwindSafe for HFIntriguePlot

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.