[−][src]Struct df_st_core::df_world::entity::EntityHonor
Fields
local_id: i32
name: 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][−]
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][+]
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> DynClone for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,