[][src]Struct df_st_core::df_world::entity::EntityHonor

pub struct EntityHonor {
    pub local_id: i32,
    pub name: Option<String>,
    pub gives_precedence: Option<i32>,
    pub requires_any_melee_or_ranged_skill: Option<bool>,
    pub required_skill_ip_total: Option<i32>,
    pub required_battles: Option<i32>,
    pub required_years: Option<i32>,
    pub required_skill: Option<String>,
    pub required_kills: Option<i32>,
    pub exempt_ep_id: Option<i32>,
    pub exempt_former_ep_id: Option<i32>,
    pub granted_to_everybody: Option<bool>,
}

Fields

local_id: i32name: Option<String>gives_precedence: Option<i32>requires_any_melee_or_ranged_skill: Option<bool>required_skill_ip_total: Option<i32>required_battles: Option<i32>required_years: Option<i32>required_skill: Option<String>required_kills: Option<i32>exempt_ep_id: Option<i32>exempt_former_ep_id: Option<i32>granted_to_everybody: Option<bool>

Implementations

impl EntityHonor[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for EntityHonor[src]

impl Debug for EntityHonor[src]

impl Default for EntityHonor[src]

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

impl Fillable for EntityHonor[src]

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

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

impl JsonSchema for EntityHonor[src]

impl PartialEq<EntityHonor> for EntityHonor[src]

impl SchemaExample for EntityHonor[src]

impl Serialize for EntityHonor[src]

Auto Trait Implementations

impl RefUnwindSafe for EntityHonor

impl Send for EntityHonor

impl Sync for EntityHonor

impl Unpin for EntityHonor

impl UnwindSafe for EntityHonor

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.