[−][src]Struct df_st_db::WorldMapImages
Fields
detailed: Option<MapImage>
world_map: Option<MapImage>
biome: Option<MapImage>
diplomacy: Option<MapImage>
drainage: Option<MapImage>
elevation: Option<MapImage>
elevation_water: Option<MapImage>
evil: Option<MapImage>
hydrologic: Option<MapImage>
nobility: Option<MapImage>
rainfall: Option<MapImage>
salinity: Option<MapImage>
savagery: Option<MapImage>
cadaster: Option<MapImage>
temperature: Option<MapImage>
trade: Option<MapImage>
vegetation: Option<MapImage>
volcanism: Option<MapImage>
Implementations
impl WorldMapImages
[src]
pub fn new() -> Self
[src]
pub fn set_world_id(&mut self, world_id: i32)
[src]
pub fn insert_into_db(&self, conn: &DbConnection, progress_bar: ProgressBar)
[src]
Trait Implementations
impl Clone for WorldMapImages
[src]
fn clone(&self) -> WorldMapImages
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for WorldMapImages
[src]
impl Default for WorldMapImages
[src]
fn default() -> WorldMapImages
[src]
impl Fillable for WorldMapImages
[src]
impl Filler<WorldMapImages, WorldMapImages> for WorldMapImages
[src]
From Core to DB (World data)
fn add_missing_data(&mut self, source: &WorldMapImages)
[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 PartialEq<WorldMapImages> for WorldMapImages
[src]
fn eq(&self, other: &WorldMapImages) -> bool
[src]
fn ne(&self, other: &WorldMapImages) -> bool
[src]
impl StructuralPartialEq for WorldMapImages
[src]
Auto Trait Implementations
impl RefUnwindSafe for WorldMapImages
impl Send for WorldMapImages
impl Sync for WorldMapImages
impl Unpin for WorldMapImages
impl UnwindSafe for WorldMapImages
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>,