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
sourceimpl<'a> GenerationConfig<'_>
impl<'a> GenerationConfig<'_>
pub fn table(&self, name: &str) -> TableOptions<'_>
Trait Implementations
sourceimpl<'a> Clone for GenerationConfig<'a>
impl<'a> Clone for GenerationConfig<'a>
sourcefn clone(&self) -> GenerationConfig<'a>
fn clone(&self) -> GenerationConfig<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl<'a> RefUnwindSafe for GenerationConfig<'a>
impl<'a> Send for GenerationConfig<'a>
impl<'a> Sync for GenerationConfig<'a>
impl<'a> Unpin for GenerationConfig<'a>
impl<'a> UnwindSafe for GenerationConfig<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more