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

pub struct HFEntitySquadLink {
    pub hf_id: i32,
    pub entity_id: i32,
    pub squad_id: i32,
    pub squad_position: Option<i32>,
    pub start_year: Option<i32>,
    pub end_year: Option<i32>,
}

Fields

hf_id: i32entity_id: i32squad_id: i32squad_position: Option<i32>start_year: Option<i32>end_year: Option<i32>

The year the HF left the squad. ( Since = "0.2.0" )

Implementations

impl HFEntitySquadLink[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for HFEntitySquadLink[src]

impl Debug for HFEntitySquadLink[src]

impl Default for HFEntitySquadLink[src]

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

impl Fillable for HFEntitySquadLink[src]

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

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

impl JsonSchema for HFEntitySquadLink[src]

impl PartialEq<HFEntitySquadLink> for HFEntitySquadLink[src]

impl SchemaExample for HFEntitySquadLink[src]

impl Serialize for HFEntitySquadLink[src]

Auto Trait Implementations

impl RefUnwindSafe for HFEntitySquadLink

impl Send for HFEntitySquadLink

impl Sync for HFEntitySquadLink

impl Unpin for HFEntitySquadLink

impl UnwindSafe for HFEntitySquadLink

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.