[][src]Struct df_st_core::df_world::written_content::WCReference

pub struct WCReference {
    pub written_content_parent_id: i32,
    pub local_id: i32,
    pub type_: Option<String>,
    pub type_id: Option<i32>,
    pub written_content_id: Option<i32>,
    pub he_id: Option<i32>,
    pub site_id: Option<i32>,
    pub poetic_form_id: Option<i32>,
    pub musical_form_id: Option<i32>,
    pub dance_form_id: Option<i32>,
    pub hf_id: Option<i32>,
    pub entity_id: Option<i32>,
    pub artifact_id: Option<i32>,
    pub subregion_id: Option<i32>,
}

A reference (in a written work) to some other object in the world.

Fields

written_content_parent_id: i32local_id: i32

Assigned after parsing

type_: Option<String>type_id: Option<i32>written_content_id: Option<i32>he_id: Option<i32>site_id: Option<i32>poetic_form_id: Option<i32>musical_form_id: Option<i32>dance_form_id: Option<i32>hf_id: Option<i32>entity_id: Option<i32>artifact_id: Option<i32>subregion_id: Option<i32>

Implementations

impl WCReference[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for WCReference[src]

impl Debug for WCReference[src]

impl Default for WCReference[src]

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

impl Fillable for WCReference[src]

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

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

impl JsonSchema for WCReference[src]

impl PartialEq<WCReference> for WCReference[src]

impl SchemaExample for WCReference[src]

impl Serialize for WCReference[src]

Auto Trait Implementations

impl RefUnwindSafe for WCReference

impl Send for WCReference

impl Sync for WCReference

impl Unpin for WCReference

impl UnwindSafe for WCReference

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.