[−][src]Struct df_st_db::HistoricalFigure
Fields
id: i32
world_id: i32
name: Option<String>
race: Option<String>
race_id: Option<String>
caste: Option<String>
appeared: Option<i32>
birth_year: Option<i32>
birth_seconds72: Option<i32>
death_year: Option<i32>
death_seconds72: Option<i32>
associated_type: Option<String>
deity: Option<String>
goal: Option<String>
ent_pop_id: Option<i32>
active_interaction: Option<String>
force: Option<bool>
current_identity_id: Option<i32>
holds_artifact: Option<i32>
used_identity_id: Option<i32>
animated: Option<bool>
animated_string: Option<String>
adventurer: Option<bool>
Implementations
impl HistoricalFigure
[src]
Trait Implementations
impl<'update> AsChangeset for &'update HistoricalFigure
[src]
type Target = table
The table which Self::Changeset
will be updating
type Changeset = <(Eq<world_id, &'update i32>, Option<Eq<name, &'update String>>, Option<Eq<race, &'update String>>, Option<Eq<race_id, &'update String>>, Option<Eq<caste, &'update String>>, Option<Eq<appeared, &'update i32>>, Option<Eq<birth_year, &'update i32>>, Option<Eq<birth_seconds72, &'update i32>>, Option<Eq<death_year, &'update i32>>, Option<Eq<death_seconds72, &'update i32>>, Option<Eq<associated_type, &'update String>>, Option<Eq<deity, &'update String>>, Option<Eq<goal, &'update String>>, Option<Eq<ent_pop_id, &'update i32>>, Option<Eq<active_interaction, &'update String>>, Option<Eq<force, &'update bool>>, Option<Eq<current_identity_id, &'update i32>>, Option<Eq<holds_artifact, &'update i32>>, Option<Eq<used_identity_id, &'update i32>>, Option<Eq<animated, &'update bool>>, Option<Eq<animated_string, &'update String>>, Option<Eq<adventurer, &'update bool>>) as AsChangeset>::Changeset
The update statement this type represents
fn as_changeset(self) -> Self::Changeset
[src]
impl<'update> AsChangeset for HistoricalFigure
[src]
type Target = table
The table which Self::Changeset
will be updating
type Changeset = <(Eq<world_id, i32>, Option<Eq<name, String>>, Option<Eq<race, String>>, Option<Eq<race_id, String>>, Option<Eq<caste, String>>, Option<Eq<appeared, i32>>, Option<Eq<birth_year, i32>>, Option<Eq<birth_seconds72, i32>>, Option<Eq<death_year, i32>>, Option<Eq<death_seconds72, i32>>, Option<Eq<associated_type, String>>, Option<Eq<deity, String>>, Option<Eq<goal, String>>, Option<Eq<ent_pop_id, i32>>, Option<Eq<active_interaction, String>>, Option<Eq<force, bool>>, Option<Eq<current_identity_id, i32>>, Option<Eq<holds_artifact, i32>>, Option<Eq<used_identity_id, i32>>, Option<Eq<animated, bool>>, Option<Eq<animated_string, String>>, Option<Eq<adventurer, bool>>) as AsChangeset>::Changeset
The update statement this type represents
fn as_changeset(self) -> Self::Changeset
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFEntityLink where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFEntityPositionLink where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFLink where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFPlotActor where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFRelationshipProfileHF where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFSiteLink where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFSiteProperty where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFSkill where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFSpheres where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFVagueRelationship where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFEntityReputation where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFEntitySquadLink where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFHonorEntity where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFHonorID where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFInteractionKnowledge where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFIntrigueActor where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFIntriguePlot where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl<__FK> BelongsTo<HistoricalFigure> for HFJourneyPets where
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
[src]
__FK: Hash + Eq,
&'__a i32: Into<Option<&'__a __FK>>,
&'__a HistoricalFigure: Identifiable<Id = &'__a __FK>,
type ForeignKey = __FK
The foreign key of this struct
type ForeignKeyColumn = hf_id
The database column representing the foreign key of the table this struct represents Read more
fn foreign_key(&self) -> Option<&Self::ForeignKey>
[src]
fn foreign_key_column() -> Self::ForeignKeyColumn
[src]
impl Clone for HistoricalFigure
[src]
fn clone(&self) -> HistoricalFigure
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl DBObject<HistoricalFigure, HistoricalFigure> for HistoricalFigure
[src]
fn add_missing_data_advanced(core_world: &DFWorld, world: &mut DBDFWorld)
[src]
fn insert_into_db(conn: &DbConnection, historical_figures: &[HistoricalFigure])
[src]
fn find_db_item(
conn: &DbConnection,
id_filter: HashMap<String, i32>
) -> Result<Option<HistoricalFigure>, Error>
[src]
conn: &DbConnection,
id_filter: HashMap<String, i32>
) -> Result<Option<HistoricalFigure>, Error>
fn find_db_list(
conn: &DbConnection,
id_filter: HashMap<String, i32>,
_string_filter: HashMap<String, String>,
offset: i64,
limit: i64,
order: Option<OrderTypes>,
order_by: Option<String>,
id_list: Option<Vec<i32>>
) -> Result<Vec<HistoricalFigure>, Error>
[src]
conn: &DbConnection,
id_filter: HashMap<String, i32>,
_string_filter: HashMap<String, String>,
offset: i64,
limit: i64,
order: Option<OrderTypes>,
order_by: Option<String>,
id_list: Option<Vec<i32>>
) -> Result<Vec<HistoricalFigure>, Error>
fn match_field_by(field: String) -> String
[src]
fn add_nested_items(
conn: &DbConnection,
db_list: &[HistoricalFigure],
_core_list: Vec<HistoricalFigure>
) -> Result<Vec<HistoricalFigure>, Error>
[src]
conn: &DbConnection,
db_list: &[HistoricalFigure],
_core_list: Vec<HistoricalFigure>
) -> Result<Vec<HistoricalFigure>, Error>
fn get_count_from_db(
conn: &DbConnection,
id_filter: HashMap<String, i32>,
_string_filter: HashMap<String, String>,
offset: u32,
limit: u32,
group_by_opt: Option<String>,
id_list: Option<Vec<i32>>
) -> Result<Vec<ItemCount>, Error>
[src]
conn: &DbConnection,
id_filter: HashMap<String, i32>,
_string_filter: HashMap<String, String>,
offset: u32,
limit: u32,
group_by_opt: Option<String>,
id_list: Option<Vec<i32>>
) -> Result<Vec<ItemCount>, Error>
fn get_order(
order: Option<OrderTypes>,
order_by: Option<String>
) -> (String, bool)
[src]
order: Option<OrderTypes>,
order_by: Option<String>
) -> (String, bool)
fn match_field_by_opt(field: Option<String>) -> Option<String>
[src]
fn insert_into_db_chunked(conn: &DbConnection, db_list: &[D])
[src]
fn insert_into_db_chunked_indexmap(
conn: &DbConnection,
db_list: &IndexMap<u64, D>
)
[src]
conn: &DbConnection,
db_list: &IndexMap<u64, D>
)
fn indexmap_chunks(
indexmap: &IndexMap<u64, D>,
chunk_size: usize,
offset: usize
) -> Vec<D>
[src]
indexmap: &IndexMap<u64, D>,
chunk_size: usize,
offset: usize
) -> Vec<D>
fn get_list_from_db(
conn: &DbConnection,
id_filter: HashMap<String, i32>,
string_filter: HashMap<String, String>,
offset: u32,
limit: u32,
order: Option<OrderTypes>,
order_by: Option<String>,
id_list: Option<Vec<i32>>,
add_nested_items: bool
) -> Result<Vec<C>, Error>
[src]
conn: &DbConnection,
id_filter: HashMap<String, i32>,
string_filter: HashMap<String, String>,
offset: u32,
limit: u32,
order: Option<OrderTypes>,
order_by: Option<String>,
id_list: Option<Vec<i32>>,
add_nested_items: bool
) -> Result<Vec<C>, Error>
fn get_from_db(
conn: &DbConnection,
id_filter: HashMap<String, i32>,
add_nested_items: bool
) -> Result<Option<C>, Error>
[src]
conn: &DbConnection,
id_filter: HashMap<String, i32>,
add_nested_items: bool
) -> Result<Option<C>, Error>
impl Debug for HistoricalFigure
[src]
impl Default for HistoricalFigure
[src]
fn default() -> HistoricalFigure
[src]
impl Fillable for HistoricalFigure
[src]
impl Filler<HistoricalFigure, HistoricalFigure> for HistoricalFigure
[src]
From Core to DB
fn add_missing_data(&mut self, source: &HistoricalFigure)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn never_replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn check_mergeable(&self, source: &S) -> bool where
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
[src]
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
impl Filler<HistoricalFigure, HistoricalFigure> for HistoricalFigure
[src]
From DB to Core
fn add_missing_data(&mut self, source: &HistoricalFigure)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn never_replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn check_mergeable(&self, source: &S) -> bool where
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
[src]
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
impl HasTable for HistoricalFigure
[src]
impl Hash for HistoricalFigure
[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<'ident> Identifiable for &'ident HistoricalFigure
[src]
impl<'insert> Insertable<table> for HistoricalFigure
[src]
type Values = <(Option<Eq<id, i32>>, Option<Eq<world_id, i32>>, Option<Eq<name, String>>, Option<Eq<race, String>>, Option<Eq<race_id, String>>, Option<Eq<caste, String>>, Option<Eq<appeared, i32>>, Option<Eq<birth_year, i32>>, Option<Eq<birth_seconds72, i32>>, Option<Eq<death_year, i32>>, Option<Eq<death_seconds72, i32>>, Option<Eq<associated_type, String>>, Option<Eq<deity, String>>, Option<Eq<goal, String>>, Option<Eq<ent_pop_id, i32>>, Option<Eq<active_interaction, String>>, Option<Eq<force, bool>>, Option<Eq<current_identity_id, i32>>, Option<Eq<holds_artifact, i32>>, Option<Eq<used_identity_id, i32>>, Option<Eq<animated, bool>>, Option<Eq<animated_string, String>>, Option<Eq<adventurer, bool>>) as Insertable<table>>::Values
The VALUES
clause to insert these records Read more
fn values(self) -> Self::Values
[src]
fn insert_into(
self,
table: T
) -> InsertStatement<T, Self::Values, Insert, NoReturningClause>
self,
table: T
) -> InsertStatement<T, Self::Values, Insert, NoReturningClause>
impl<'insert> Insertable<table> for &'insert HistoricalFigure
[src]
type Values = <(Option<Eq<id, &'insert i32>>, Option<Eq<world_id, &'insert i32>>, Option<Eq<name, &'insert String>>, Option<Eq<race, &'insert String>>, Option<Eq<race_id, &'insert String>>, Option<Eq<caste, &'insert String>>, Option<Eq<appeared, &'insert i32>>, Option<Eq<birth_year, &'insert i32>>, Option<Eq<birth_seconds72, &'insert i32>>, Option<Eq<death_year, &'insert i32>>, Option<Eq<death_seconds72, &'insert i32>>, Option<Eq<associated_type, &'insert String>>, Option<Eq<deity, &'insert String>>, Option<Eq<goal, &'insert String>>, Option<Eq<ent_pop_id, &'insert i32>>, Option<Eq<active_interaction, &'insert String>>, Option<Eq<force, &'insert bool>>, Option<Eq<current_identity_id, &'insert i32>>, Option<Eq<holds_artifact, &'insert i32>>, Option<Eq<used_identity_id, &'insert i32>>, Option<Eq<animated, &'insert bool>>, Option<Eq<animated_string, &'insert String>>, Option<Eq<adventurer, &'insert bool>>) as Insertable<table>>::Values
The VALUES
clause to insert these records Read more
fn values(self) -> Self::Values
[src]
fn insert_into(
self,
table: T
) -> InsertStatement<T, Self::Values, Insert, NoReturningClause>
self,
table: T
) -> InsertStatement<T, Self::Values, Insert, NoReturningClause>
impl PartialEq<HistoricalFigure> for HistoricalFigure
[src]
impl PartialEq<HistoricalFigure> for HistoricalFigure
[src]
fn eq(&self, other: &HistoricalFigure) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<HistoricalFigure> for HistoricalFigure
[src]
fn eq(&self, other: &HistoricalFigure) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl<__DB: Backend, __ST> Queryable<__ST, __DB> for HistoricalFigure where
(i32, i32, Option<String>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<String>, Option<bool>, Option<i32>, Option<i32>, Option<i32>, Option<bool>, Option<String>, Option<bool>): Queryable<__ST, __DB>,
[src]
(i32, i32, Option<String>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<String>, Option<bool>, Option<i32>, Option<i32>, Option<i32>, Option<bool>, Option<String>, Option<bool>): Queryable<__ST, __DB>,
type Row = <(i32, i32, Option<String>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<i32>, Option<String>, Option<String>, Option<String>, Option<i32>, Option<String>, Option<bool>, Option<i32>, Option<i32>, Option<i32>, Option<bool>, Option<String>, Option<bool>) as Queryable<__ST, __DB>>::Row
The Rust type you'd like to map from. Read more
fn build(row: Self::Row) -> Self
[src]
impl<'insert> UndecoratedInsertRecord<table> for HistoricalFigure
[src]
Auto Trait Implementations
impl RefUnwindSafe for HistoricalFigure
impl Send for HistoricalFigure
impl Sync for HistoricalFigure
impl Unpin for HistoricalFigure
impl UnwindSafe for HistoricalFigure
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> 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> IntoSql for T
fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
&'a Self: AsExpression<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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,