[−][src]Struct df_st_db::SiteMapImages
Fields
site_maps: Vec<SiteMapImage>
Implementations
impl SiteMapImages
[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 SiteMapImages
[src]
fn clone(&self) -> SiteMapImages
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SiteMapImages
[src]
impl Default for SiteMapImages
[src]
fn default() -> SiteMapImages
[src]
impl Fillable for SiteMapImages
[src]
impl Filler<SiteMapImages, SiteMapImages> for SiteMapImages
[src]
From Core to DB (World data)
fn add_missing_data(&mut self, source: &SiteMapImages)
[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<SiteMapImages> for SiteMapImages
[src]
fn eq(&self, other: &SiteMapImages) -> bool
[src]
fn ne(&self, other: &SiteMapImages) -> bool
[src]
impl StructuralPartialEq for SiteMapImages
[src]
Auto Trait Implementations
impl RefUnwindSafe for SiteMapImages
impl Send for SiteMapImages
impl Sync for SiteMapImages
impl Unpin for SiteMapImages
impl UnwindSafe for SiteMapImages
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>,