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

pub struct HFHonorEntity {
    pub hf_id: i32,
    pub entity_id: i32,
    pub battles: Option<i32>,
    pub honor_id: Vec<i32>,
    pub kills: Option<i32>,
}

Fields

hf_id: i32entity_id: i32battles: Option<i32>honor_id: Vec<i32>kills: Option<i32>

Implementations

impl HFHonorEntity[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFHonorEntity[src]

impl Debug for HFHonorEntity[src]

impl Default for HFHonorEntity[src]

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

impl Fillable for HFHonorEntity[src]

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

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

impl JsonSchema for HFHonorEntity[src]

impl PartialEq<HFHonorEntity> for HFHonorEntity[src]

impl SchemaExample for HFHonorEntity[src]

impl Serialize for HFHonorEntity[src]

Auto Trait Implementations

impl RefUnwindSafe for HFHonorEntity

impl Send for HFHonorEntity

impl Sync for HFHonorEntity

impl Unpin for HFHonorEntity

impl UnwindSafe for HFHonorEntity

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.