Struct dysql_core::DySqlConfig
source · pub struct DySqlConfig {
pub dialect: SqlDialect,
}Fields§
§dialect: SqlDialectImplementations§
source§impl DySqlConfig
impl DySqlConfig
Auto Trait Implementations§
impl RefUnwindSafe for DySqlConfig
impl Send for DySqlConfig
impl Sync for DySqlConfig
impl Unpin for DySqlConfig
impl UnwindSafe for DySqlConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more