pub struct MergerConfig {
pub dialect: SqlDialect,
pub tables: Option<HashSet<String>>,
pub exclude: HashSet<String>,
pub add_transaction: bool,
pub add_header: bool,
}Expand description
Merger configuration
Fields§
§dialect: SqlDialect§tables: Option<HashSet<String>>§exclude: HashSet<String>§add_transaction: bool§add_header: boolTrait Implementations§
Source§impl Default for MergerConfig
impl Default for MergerConfig
Source§fn default() -> MergerConfig
fn default() -> MergerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MergerConfig
impl RefUnwindSafe for MergerConfig
impl Send for MergerConfig
impl Sync for MergerConfig
impl Unpin for MergerConfig
impl UnwindSafe for MergerConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more