[−][src]Struct df_st_core::df_world::historical_figure::HFRelationshipProfileHF
Fields
hf_id: i32
hf_id_other: i32
visual: bool
historical: bool
meet_count: Option<i32>
last_meet_year: Option<i32>
last_meet_seconds72: Option<i32>
love: Option<i32>
respect: Option<i32>
trust: Option<i32>
loyalty: Option<i32>
fear: Option<i32>
known_identity_id: Option<i32>
rep_bonded: Option<i32>
The relation with this other HF is characterized as bonded
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_buddy: Option<i32>
The relation with this other HF is characterized as buddy
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_flatterer: Option<i32>
The relation with this other HF is characterized as flatterer
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_friendly: Option<i32>
The relation with this other HF is characterized as friendly
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_grudge: Option<i32>
The relation with this other HF is characterized as grudge
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_information_source: Option<i32>
The relation with this other HF is characterized as information source
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_killer: Option<i32>
The relation with this other HF is characterized as killer
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_murderer: Option<i32>
The relation with this other HF is characterized as murderer
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_quarreler: Option<i32>
The relation with this other HF is characterized as quarreler
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
rep_violent: Option<i32>
The relation with this other HF is characterized as violent
.
Value is how well the value fits? Values seem te range [0-100]
.
( Since = "0.2.0" )
Implementations
impl HFRelationshipProfileHF
[src]
Trait Implementations
impl Clone for HFRelationshipProfileHF
[src]
fn clone(&self) -> HFRelationshipProfileHF
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for HFRelationshipProfileHF
[src]
impl Default for HFRelationshipProfileHF
[src]
fn default() -> HFRelationshipProfileHF
[src]
impl<'de> Deserialize<'de> for HFRelationshipProfileHF
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Fillable for HFRelationshipProfileHF
[src]
impl Filler<HFRelationshipProfileHF, HFRelationshipProfileHF> for HFRelationshipProfileHF
[src]
fn add_missing_data(&mut self, source: &HFRelationshipProfileHF)
[src]
fn never_replace_data(&mut self, source: &HFRelationshipProfileHF)
[src]
fn replace_data(&mut self, source: &HFRelationshipProfileHF)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn check_mergeable(&self, source: &S) -> bool where
Self: Debug + Default + PartialEq<Self>,
S: PartialEq<Self> + Debug,
[src]
Self: Debug + Default + PartialEq<Self>,
S: PartialEq<Self> + Debug,
impl<__S> GraphQLType<__S> for HFRelationshipProfileHF where
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
[src]
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
type Context = ()
The expected context type for this GraphQL type Read more
type TypeInfo = ()
Type that may carry additional schema information Read more
fn name(_: &Self::TypeInfo) -> Option<&str>
[src]
fn meta<'r>(
info: &Self::TypeInfo,
registry: &mut Registry<'r, __S>
) -> MetaType<'r, __S> where
__S: 'r,
&'z __S: ScalarRefValue<'z>,
[src]
info: &Self::TypeInfo,
registry: &mut Registry<'r, __S>
) -> MetaType<'r, __S> where
__S: 'r,
&'z __S: ScalarRefValue<'z>,
fn resolve_field(
&self,
_info: &(),
field: &str,
args: &Arguments<'_, __S>,
executor: &Executor<'_, Self::Context, __S>
) -> ExecutionResult<__S>
[src]
&self,
_info: &(),
field: &str,
args: &Arguments<'_, __S>,
executor: &Executor<'_, Self::Context, __S>
) -> ExecutionResult<__S>
fn concrete_type_name(&self, _: &Self::Context, _: &Self::TypeInfo) -> String
[src]
fn resolve_into_type(
&self,
info: &Self::TypeInfo,
type_name: &str,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Result<Value<S>, FieldError<S>>
[src]
&self,
info: &Self::TypeInfo,
type_name: &str,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Result<Value<S>, FieldError<S>>
fn resolve(
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Value<S>
[src]
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Value<S>
impl Hash for HFRelationshipProfileHF
[src]
fn hash<H: Hasher>(&self, state: &mut H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl JsonSchema for HFRelationshipProfileHF
[src]
fn schema_name() -> String
[src]
fn json_schema(gen: &mut SchemaGenerator) -> Schema
[src]
fn is_referenceable() -> bool
impl PartialEq<HFRelationshipProfileHF> for HFRelationshipProfileHF
[src]
impl SchemaExample for HFRelationshipProfileHF
[src]
impl Serialize for HFRelationshipProfileHF
[src]
Auto Trait Implementations
impl RefUnwindSafe for HFRelationshipProfileHF
impl Send for HFRelationshipProfileHF
impl Sync for HFRelationshipProfileHF
impl Unpin for HFRelationshipProfileHF
impl UnwindSafe for HFRelationshipProfileHF
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,