[−][src]Struct df_st_core::df_world::historical_figure::HFSiteLink
Fields
hf_id: i32
site_id: i32
link_type: Option<String>
entity_id: Option<i32>
occupation_id: Option<i32>
sub_id: Option<i32>
Implementations
impl HFSiteLink
[src][−]
Trait Implementations
impl Clone for HFSiteLink
[src][+]
impl Debug for HFSiteLink
[src][+]
impl Default for HFSiteLink
[src][+]
impl<'de> Deserialize<'de> for HFSiteLink
[src][+]
impl Fillable for HFSiteLink
[src]
impl Filler<HFSiteLink, HFSiteLink> for HFSiteLink
[src][+]
impl<__S> GraphQLType<__S> for HFSiteLink where
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
[src][+]
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
impl Hash for HFSiteLink
[src][+]
impl JsonSchema for HFSiteLink
[src][+]
impl PartialEq<HFSiteLink> for HFSiteLink
[src][+]
impl SchemaExample for HFSiteLink
[src][+]
impl Serialize for HFSiteLink
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for HFSiteLink
impl Send for HFSiteLink
impl Sync for HFSiteLink
impl Unpin for HFSiteLink
impl UnwindSafe for HFSiteLink
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>,