Struct dsync::GenerationConfig
source · pub struct GenerationConfig<'a> {
pub table_options: HashMap<&'a str, TableOptions<'a>>,
pub default_table_options: TableOptions<'a>,
pub connection_type: String,
}Fields§
§table_options: HashMap<&'a str, TableOptions<'a>>§default_table_options: TableOptions<'a>§connection_type: StringImplementations§
source§impl GenerationConfig<'_>
impl GenerationConfig<'_>
pub fn table(&self, name: &str) -> TableOptions<'_>
Trait Implementations§
source§impl<'a> Clone for GenerationConfig<'a>
impl<'a> Clone for GenerationConfig<'a>
source§fn clone(&self) -> GenerationConfig<'a>
fn clone(&self) -> GenerationConfig<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more